all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* dired cannot access file names with a quote
@ 2007-10-03 14:47 Francesco Potorti`
  2007-10-05  7:38 ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Francesco Potorti` @ 2007-10-03 14:47 UTC (permalink / raw)
  To: bug-gnu-emacs

The subject describes what I suspect is the cause of the bug, but I am
not sure, because I made no real investigation

$ touch /tmp/First-October\ \'07.pdf
$ emacs -Q
C-x d /tmp/Firs TAB RET
 ==> Listing directory failed but `access-file' worked

In GNU Emacs 22.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.10.13)
 of 2007-08-22 on excelsior, modified by Debian
configured using `configure  '--build=x86_64-linux-gnu' '--host=x86_64-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs22:/etc/emacs:/usr/local/share/emacs/22.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.1/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.1/leim' '--with-x=yes' '--with-x-toolkit=gtk' '--with-toolkit-scroll-bars' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2''

Important settings:
  value of $LC_ALL: C
  value of $LC_COLLATE: it_IT@euro
  value of $LC_CTYPE: it_IT@euro
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: C
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Major mode: Shell

Minor modes in effect:
  desktop-save-mode: t
  display-time-mode: t
  shell-dirtrack-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t

Recent input:
6 ~ d S q ESC x r m a RET n SPC ESC > ESC O A C-c C-c 
RET C-x d ESC O A RET ESC O B ESC O A C-x d ESC O A 
RET C-x d ESC O A ESC DEL ESC DEL ESC DEL ESC DEL RET 
s ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC 
O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A 
ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC 
O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A 
ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC 
O A ESC O B ESC O B ESC O A C-x k RET ESC x m a n ESC 
DEL C-g ESC O A ESC O A ESC O A ESC O A ESC O C ESC 
O C ESC O C ESC O C ESC O C ESC O C ESC O C ESC O C 
ESC O C ESC O C ESC O C ESC O C C-k C-x C-g ESC x s 
h e l l RET t o u c h SPC / t m p / C-y ESC O D ESC 
O D ESC O D ESC O D ESC O D ESC O D ESC O D ESC O D 
\ ESC O C \ RET C-x d / t m p / F i r TAB RET ESC x 
r e p o r t TAB TAB e m TAB RET

Recent messages:
2 new messages read
Formatting MIME message... done
Mark set
Wrote /home/pot/cng/First-October '07.pdf
insert-directory: Listing directory failed but `access-file' worked [2 times]
Quit
byte-code: Buffer is read-only: #<buffer RMAIL>
Mark set
insert-directory: Listing directory failed but `access-file' worked
Making completion list...




^ permalink raw reply	[flat|nested] 7+ messages in thread
* [jidanni@jidanni.org: find-library-name perhaps should try .emacs]
@ 2008-01-21 20:31 Richard Stallman
  2008-02-23 22:28 ` dired cannot access file names with a quote Chong Yidong
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Stallman @ 2008-01-21 20:31 UTC (permalink / raw)
  To: emacs-devel

Would someone please DTRT and ack?

------- Start of forwarded message -------
To: bug-gnu-emacs@gnu.org
From: jidanni@jidanni.org
Date: Mon, 21 Jan 2008 11:05:55 +0800
Message-ID: <87abmzzxm4.fsf@jidanni.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Subject: find-library-name perhaps should try .emacs 

  C-h k runs the command describe-key
which showed me
  C-x t runs the command jidanni-tidy-buffer
  which is an interactive compiled Lisp function in `/home/jidanni/.emacs.elc'.
But when I clicked that filename, I got
  find-library-name: Can't find library /home/jidanni/.emacs.el
Why of course. It's in .emacs, not .emacs.el.

(I use (add-hook 'emacs-lisp-mode-hook '(lambda () (add-hook
 'after-save-hook '(lambda () (byte-compile-file buffer-file-name) )
 nil t))) to make it.) emacs-version "22.1.1"
------- End of forwarded message -------

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-02-25 17:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-03 14:47 dired cannot access file names with a quote Francesco Potorti`
2007-10-05  7:38 ` Glenn Morris
  -- strict thread matches above, loose matches on Subject: below --
2008-01-21 20:31 [jidanni@jidanni.org: find-library-name perhaps should try .emacs] Richard Stallman
2008-02-23 22:28 ` dired cannot access file names with a quote Chong Yidong
2008-02-23 22:49   ` Glenn Morris
2008-02-23 23:55     ` Chong Yidong
2008-02-24  0:26   ` Stefan Monnier
2008-02-25 17:41   ` Chong Yidong

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.