bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#3653: 23.1.50; Gnus/Ido: Saving message's attachment adds filename t


From: Lars Ingebrigtsen
Subject: bug#3653: 23.1.50; Gnus/Ido: Saving message's attachment adds filename twice when user hits C-x C-f
Date: Sun, 23 Jan 2011 23:10:37 -0800
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Andreas Politz <politza@fh-trier.de> writes:

> This is not a Gnus related bug.  Anyway here is how you can
> reproduce it.
>
> (ido-mode 1)
> (ido-everywhere 1)
> (read-file-name "> " "/tmp/" nil nil "foo.el")
> -> C-x C-f
>
> And a possible workaround.
>
> (add-hook 'ido-before-fallback-functions
>         (lambda (fn)
>             (and (eq fn 'read-file-name)
>                  (> (length ido-text) 0)
>                  (boundp 'initial)
>                  (setq initial nil))))

Ok, I've now reassigned this bug back to Emacs.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen





reply via email to

[Prev in Thread] Current Thread [Next in Thread]