unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#12797: 24.3.50; mml-atttach-file (C-c C-a) and ido
@ 2012-11-04  7:28 Jambunathan K
  2012-11-04 13:58 ` Stefan Monnier
  0 siblings, 1 reply; 15+ messages in thread
From: Jambunathan K @ 2012-11-04  7:28 UTC (permalink / raw)
  To: 12797


When I am attaching files to mails via C-c C-a, I am fooled in to
thinking that the intereface for reading file is not that of ido but the
default one (Emacs + icomplete).  The problem is slightly exacerbated on
my end because of my patch to icomplete.el which shifts the field
separator from "," to " | ".  

I frequently type backspace at the prompt only to be disappointed that
the prompt doesn't back out to parent directory but only deletes a char.

1. I can defalias it

    (defalias 'read-file-name 'ido-read-file-name)

2. One can mark it separately thus (as ido already does for some
   functions)

    (put 'read-file-name 'ido 'ido-read-file-name)

I am not sure which of the options is best.  (2) might be better of the
two options but it needs extra handling elswhere.

Can someone install the needful, so that I don't keep tripping over
differences in the implementation.

In GNU Emacs 24.3.50.4 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2012-11-03 on debian-6.05
Bzr revision: 110779 dmantipov@yandex.ru-20121103055917-30uwiia169kunlk2
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
Important settings:
  value of $LANG: en_IN
  locale-coding-system: iso-latin-1-unix
  default enable-multibyte-characters: t






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

end of thread, other threads:[~2013-07-09 15:36 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-04  7:28 bug#12797: 24.3.50; mml-atttach-file (C-c C-a) and ido Jambunathan K
2012-11-04 13:58 ` Stefan Monnier
2012-11-04 14:48   ` Jambunathan K
2012-11-05  3:19     ` Stefan Monnier
2012-11-05 20:22       ` Jambunathan K
2012-11-05 23:50         ` Stefan Monnier
2012-11-06  1:33           ` Leo
2012-11-06  5:20             ` Jambunathan K
2013-07-09  4:06               ` Leo Liu
2013-07-09  4:51                 ` Jambunathan K
2013-07-09  5:39                   ` Leo Liu
2013-07-09  6:37                     ` Jambunathan K
2013-07-09  6:38                     ` Jambunathan K
2013-07-09 15:36                       ` Leo Liu
2012-11-06  4:46           ` Jambunathan K

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).