home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / bug-lucid-emacs / text0104.txt < prev    next >
Encoding:
Text File  |  1993-07-04  |  637 b   |  21 lines

  1. In lemacs 19.6 if I load dired-x + dired-nstd, and then run
  2. find-dired, many key bindings, such as '~', 'D', are broken. Here's
  3. the backtrace:
  4.  
  5. Signalling: (wrong-type-argument stringp nil)
  6.   string-match("^/cessna/hxl/projects/" nil)
  7.   dired-make-relative(nil "/cessna/hxl/projects/")
  8.   dired-current-directory(t)
  9.   dired-get-filename(t t)
  10.   dired-flag-backup-files(nil)
  11. * call-interactively(dired-flag-backup-files)
  12.  
  13. This happens on a SS10. Just loading dired-x doesn't have this
  14. problem. Of course I could avoid loading dired-nstd but I reallly
  15. like it, esp. the ability to expand dir in line.
  16.  
  17. Anyone has a fix or workaround? 
  18.  
  19. hxl
  20.  
  21.