Has anyone else noticed anything strange about the completion in `find-file' after building from today's code?
This is what happens for me: C-x C-f ; find-file /big/dat ; I just starts typing here, and this folder exists TAB ; To complete the path Emacs now displays this: Find file: dat/ Hmm... If I do not type TAB and instead type RET after entering "/big/dat", it works, I get the dat-folder in Dired. If I start Emacs with emacs -Q, it works as usual, so there is some setting I have done that affects this, but I can promise that I haven't done any changes to my .emacs file in several days. OK, I'll show ya': $ ls -l ~/.emacs -rw-rw-r-- 1 mathias mathias 74177 Jan 20 21:45 /home/mathias/.emacs :) Any ideas what is causing this? /Mathias PS. I just now tested backspacing on the find-file prompt, removing the current dir, and entering "dat", typing TAB to complete to my "data" directorty, and it also displays this behavior. Some info: In GNU Emacs 22.0.93.5 (i686-pc-linux-gnu, GTK+ Version 2.10.3) of 2007-02-03 on localhost X server distributor `The X.Org Foundation', version 11.0.70101000 configured using `configure '--with-gtk'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: en_US.UTF-8 value of $LC_CTYPE: en_US.UTF-8 value of $LC_MESSAGES: en_US.UTF-8 value of $LC_MONETARY: sv_SE.UTF-8 value of $LC_NUMERIC: sv_SE.UTF-8 value of $LC_TIME: en_US.UTF-8 value of $LANG: en_US.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Major mode: Message Minor modes in effect: mml-mode: t iswitchb-mode: t display-time-mode: t icomplete-mode: t partial-completion-mode: t desktop-save-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-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 transient-mark-mode: t abbrev-mode: t _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
