From unknown Tue Aug 19 10:08:27 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19244: 24.3; ido-find-file bug Resent-From: Chris Drane Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 01 Dec 2014 19:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 19244 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 19244@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.14174609403947 (code B ref -1); Mon, 01 Dec 2014 19:09:01 +0000 Received: (at submit) by debbugs.gnu.org; 1 Dec 2014 19:09:00 +0000 Received: from localhost ([127.0.0.1]:51107 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XvWLC-00011Z-I1 for submit@debbugs.gnu.org; Mon, 01 Dec 2014 14:09:00 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46862) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XvWCl-0000pN-9h for submit@debbugs.gnu.org; Mon, 01 Dec 2014 14:00:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XvWCi-0001WX-W1 for submit@debbugs.gnu.org; Mon, 01 Dec 2014 14:00:15 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:33850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvWCi-0001WT-TW for submit@debbugs.gnu.org; Mon, 01 Dec 2014 14:00:12 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvWCg-0000xP-Df for bug-gnu-emacs@gnu.org; Mon, 01 Dec 2014 14:00:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XvWCY-0001EV-RC for bug-gnu-emacs@gnu.org; Mon, 01 Dec 2014 14:00:10 -0500 Received: from mail-ie0-x231.google.com ([2607:f8b0:4001:c03::231]:65067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvWCY-00019T-IJ for bug-gnu-emacs@gnu.org; Mon, 01 Dec 2014 14:00:02 -0500 Received: by mail-ie0-f177.google.com with SMTP id rd18so10019563iec.36 for ; Mon, 01 Dec 2014 11:00:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=sFpVOM+YAXY9kqMNJcvJBzMZU6zi5AiDOUcbxt3ODBM=; b=ClJeyVl7vwOAXF7QcY3XGZk9mHMx2/a/KTe+4Nww6d6gPeljpndcwJ953gJKJnwA+5 FJ7lnwv50+ARvggZqspCD6C9hK2Vj5ELpZHAvpiiBzxHnvbSSrNCLs0nUlAmbyBvcK8O XN4clHpaMTG0aEAwHRxtLOZO8pOHkhsilOE5EuCs3uHdV/kIX0XCUrRkMmcC+KlR7m1T DmUTi8Ue83xcL+PglIX8aJJiX4N12AgzhFaEt/uIn7GZylTRqTrS0qUErWpy0l8ECGN5 /MdzgokD+wr0JXIBQwiTykJrXw/r/eKV8Br2INOsvBfv7Yfs68bp8ryqS+O1E4h4Aj5l seqw== X-Received: by 10.43.157.134 with SMTP id lq6mr38484207icc.64.1417460400941; Mon, 01 Dec 2014 11:00:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.7.48 with HTTP; Mon, 1 Dec 2014 10:59:40 -0800 (PST) From: Chris Drane Date: Mon, 1 Dec 2014 13:59:40 -0500 Message-ID: Content-Type: multipart/alternative; boundary=001a11c20ca4ae73b405092c37e6 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Mailman-Approved-At: Mon, 01 Dec 2014 14:08:56 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) --001a11c20ca4ae73b405092c37e6 Content-Type: text/plain; charset=UTF-8 I am experiencing a frustrating bug when trying to load a directory at point using ido-find-file. The line I am working on is: (add-to-list 'ac-dictionary-directories "~/.emacs.d/elpa/auto-complete-20141111.2346/dict") Point is within the quotes. I try C-x C-f and instead of opening the directory (which is a valid one, I have checked repeatedly), it instead suggests that I open "~/.emacs.d/elpa/cider-20141116.1221/dict" I can only guess that it is tripping up on auto-complete's directory for some reason. I have checked other paths though, and ido finds them properly. In GNU Emacs 24.3.1 (x86_64-apple-darwin12.5.0, NS apple-appkit-1187.40) of 2014-09-16 on csd Windowing system distributor `Apple', version 10.3.1187 Configured using: `configure '--prefix=/usr/local/Cellar/emacs/24.3' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-dbus' '--without-gnutls' '--with-ns' '--disable-ns-self-contained' 'CC=clang'' Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Custom Minor modes in effect: erc-list-mode: t erc-menu-mode: t erc-autojoin-mode: t erc-ring-mode: t erc-networks-mode: t erc-pcomplete-mode: t erc-track-mode: t erc-track-minor-mode: t erc-match-mode: t erc-button-mode: t erc-fill-mode: t erc-stamp-mode: t erc-netsplit-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-move-to-prompt-mode: t erc-readonly-mode: t show-paren-mode: t global-company-mode: t company-mode: t magit-auto-revert-mode: t shell-dirtrack-mode: t diff-auto-refine-mode: t ido-ubiquitous-mode: t ido-everywhere: t override-global-mode: t winner-mode: t server-mode: t tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: A RET ESC O C ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC O B C-x o q ESC O B ESC O B C-x o ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O A ESC O B ESC O B ESC O B ESC O A ESC O D C-a RET ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O A ESC O A ESC O A q ESC x r e DEL DEL e DEL r e p o r t - b u DEL DEL ESC DEL i d o - r e DEL DEL DEL DEL DEL DEL r e p o r t - b DEL RET I D O SPC f i n d - f i l e SPC C-g C-h k C-x C-f ESC x RET Recent messages: "/Users/christopherdrane/.emacs.d/elpa/auto-complete-20141111.2346/auto-complete-config.el" nil Creating customization items... Creating group... Creating group entries...done Creating customization items ...done Resetting customization items...done Creating customization setup...done Quit Type "q" in help window to restore its previous buffer, C-M-v to scroll help. Load-path shadows: None found. (shadow sort mail-extr emacsbug message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mailabbrev gmm-utils mailheader sendmail jka-compr flymake tramp-cache auto-complete-config auto-complete popup auto-complete-autoloads popup-autoloads cus-edit apropos windmove paredit-everywhere paredit-everywhere-autoloads ac-js2 ert ewoc debug ac-js2-autoloads sgml-mode css-mode skewer-mode cache-table js2-mode simple-httpd skewer-mode-autoloads tar-mode cl-macs gv simple-httpd-autoloads autoload mail-utils url-http mail-parse rfc2231 rfc2047 rfc2045 ietf-drums url-gw url-cache url-auth url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf mailcap js json cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs dired-aux dired url-util url-handlers browse-url network-stream starttls tls erc-menu erc-join erc-ring erc-networks erc-pcomplete erc-track erc-match erc-button wid-edit erc-fill erc-stamp erc-netsplit erc-goodies erc erc-backend erc-compat bookmark pp novice diary-lib diary-loaddefs cal-iso image-file org-capture org-mks misearch multi-isearch repeat org-archive smex tabify mule-util cal-move parse-time vc-git org-indent org-w3m org-wl org-vm org-table org-rmail org-mhe org-mew org-irc org-habit org-jsinfo org-infojs org-html org-info org-gnus org-docview org-bibtex bibtex org-bbdb ffap url-parse url-vars paredit org-clock org-exp ob-exp org-exp-blocks org-agenda org ob-tangle ob-ref ob-lob ob-table org-footnote org-src ob-comint ob-keys org-pcomplete org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob org-compat org-macs ob-eval org-loaddefs cal-menu calendar cal-loaddefs clojure-mode imenu inf-lisp cl solarized-dark-theme solarized-definitions rainbow-delimiters paren eldoc company-files company-oddmuse company-keywords company-etags etags company-gtags company-dabbrev-code company-dabbrev company-capf company-cmake company-ropemacs company-xcode company-clang company-semantic company-eclim company-template company-css company-nxml company-bbdb company-elisp find-func company magit-key-mode magit view tramp tramp-compat auth-source eieio gnus-util time-date mm-util mail-prsvr password-cache tramp-loaddefs shell pcomplete help-mode grep compile comint format-spec epa derived epg epg-config diff-mode autorevert ansi-color git-rebase-mode thingatpt git-commit-mode log-edit pcvs-util add-log two-column ido-ubiquitous byte-opt warnings advice help-fns cl-lib advice-preload ido edmacro kmacro use-package diminish bytecomp byte-compile cconv bind-key easy-mmode winner ring server iswitchb cus-start cus-load cider-autoloads clojure-mode-autoloads company-autoloads edit-server-autoloads eldoc-eval-autoloads guide-key-autoloads heroku-autoloads ido-ubiquitous-autoloads js2-mode-autoloads magit-autoloads info easymenu git-rebase-mode-autoloads git-commit-mode-autoloads paredit-autoloads popwin-autoloads projectile-autoloads pkg-info-autoloads epl-autoloads dash-autoloads queue-autoloads rainbow-delimiters-autoloads s-autoloads smex-autoloads finder-inf use-package-autoloads diminish-autoloads bind-key-autoloads package tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process ns multi-tty emacs) --001a11c20ca4ae73b405092c37e6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
=C2=A0I am experiencing a frustrating bug when trying= to load a directory at point using ido-find-file.

=C2=A0The line I am working on is:

=C2=A0(add-to-= list 'ac-dictionary-directories "~/.emacs.d/elpa/auto-complete-201= 41111.2346/dict")

=C2=A0Point is within the q= uotes. I try C-x C-f and instead of opening the directory (which is a valid= one, I have checked repeatedly), it instead suggests that I open "~/.= emacs.d/elpa/cider-20141116.1221/dict"

=C2=A0= I can only guess that it is tripping up on auto-complete's directory fo= r some reason. I have checked other paths though, and ido finds them proper= ly.


=C2=A0In GNU Emacs 24.3.1 (x86_= 64-apple-darwin12.5.0, NS apple-appkit-1187.40)
=C2=A0of 2014-09-= 16 on csd
=C2=A0Windowing system distributor `Apple', version= 10.3.1187
=C2=A0Configured using:
=C2=A0`configure = 9;--prefix=3D/usr/local/Cellar/emacs/24.3'
=C2=A0'--enabl= e-locallisppath=3D/usr/local/share/emacs/site-lisp'
=C2=A0= 9;--infodir=3D/usr/local/Cellar/emacs/24.3/share/info/emacs'
= =C2=A0'--without-dbus' '--without-gnutls' '--with-ns= 9;
=C2=A0'--disable-ns-self-contained' 'CC=3Dclang= 9;'

=C2=A0Important settings:
=C2=A0= value of $LANG: en_US.UTF-8
=C2=A0 locale-coding-system: utf-8-u= nix
=C2=A0 default enable-multibyte-characters: t

<= /div>
=C2=A0Major mode: Custom

=C2=A0Minor mod= es in effect:
=C2=A0 erc-list-mode: t
=C2=A0 erc-menu-m= ode: t
=C2=A0 erc-autojoin-mode: t
=C2=A0 erc-ring-mode= : t
=C2=A0 erc-networks-mode: t
=C2=A0 erc-pcomplete-mo= de: t
=C2=A0 erc-track-mode: t
=C2=A0 erc-track-minor-m= ode: t
=C2=A0 erc-match-mode: t
=C2=A0 erc-button-mode:= t
=C2=A0 erc-fill-mode: t
=C2=A0 erc-stamp-mode: t
=C2=A0 erc-netsplit-mode: t
=C2=A0 erc-irccontrols-mode: t=
=C2=A0 erc-noncommands-mode: t
=C2=A0 erc-move-to-prom= pt-mode: t
=C2=A0 erc-readonly-mode: t
=C2=A0 show-pare= n-mode: t
=C2=A0 global-company-mode: t
=C2=A0 company-= mode: t
=C2=A0 magit-auto-revert-mode: t
=C2=A0 shell-d= irtrack-mode: t
=C2=A0 diff-auto-refine-mode: t
=C2=A0 = ido-ubiquitous-mode: t
=C2=A0 ido-everywhere: t
=C2=A0 = override-global-mode: t
=C2=A0 winner-mode: t
=C2=A0 se= rver-mode: t
=C2=A0 tooltip-mode: t
=C2=A0 mouse-wheel-= mode: t
=C2=A0 tool-bar-mode: t
=C2=A0 menu-bar-mode: t=
=C2=A0 file-name-shadow-mode: t
=C2=A0 global-font-loc= k-mode: t
=C2=A0 font-lock-mode: t
=C2=A0 auto-composit= ion-mode: t
=C2=A0 auto-encryption-mode: t
=C2=A0 auto-= compression-mode: t
=C2=A0 line-number-mode: t
=C2=A0 t= ransient-mark-mode: t

=C2=A0Recent input:
=C2=A0A RET ESC O C ESC O A ESC O A ESC O A ESC O A ESC O=C2=A0
=C2=A0A ESC O A ESC O B C-x o q ESC O B ESC O B C-x o ESC=C2=A0
= =C2=A0O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B=C2=A0
= =C2=A0ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC=C2=A0
= =C2=A0O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B=C2=A0
= =C2=A0ESC O A ESC O B ESC O B ESC O B ESC O A ESC O D C-a=C2=A0
= =C2=A0RET ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B=C2=A0
= =C2=A0ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC=C2=A0
= =C2=A0O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B=C2=A0
= =C2=A0ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC=C2=A0
= =C2=A0O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B=C2=A0
= =C2=A0ESC O B ESC O B ESC O B ESC O B ESC O A ESC O A ESC=C2=A0
= =C2=A0O A q ESC x r e DEL DEL e DEL r e p o r t - b u DEL=C2=A0
= =C2=A0DEL ESC DEL i d o - r e DEL DEL DEL DEL DEL DEL r e=C2=A0
= =C2=A0p o r t - b DEL RET I D O SPC f i n d - f i l e SPC=C2=A0
= =C2=A0C-g C-h k C-x C-f ESC x RET

=C2=A0Recent mes= sages:
=C2=A0"/Users/christopherdrane/.emacs.d/elpa/auto-com= plete-20141111.2346/auto-complete-config.el"
=C2=A0nil
=
=C2=A0Creating customization items...
=C2=A0Creating group..= .
=C2=A0Creating group entries...done
=C2=A0Creating cu= stomization items ...done
=C2=A0Resetting customization items...d= one
=C2=A0Creating customization setup...done
=C2=A0Qui= t
=C2=A0Type "q" in help window to restore its previous= buffer, C-M-v to scroll help.

=C2=A0Load-path sha= dows:
=C2=A0None found.

=C2=A0(shadow so= rt mail-extr emacsbug message rfc822 mml mml-sec mm-decode
=C2=A0= mm-bodies mm-encode mailabbrev gmm-utils mailheader sendmail jka-compr
=C2=A0flymake tramp-cache auto-complete-config auto-complete popup
=C2=A0auto-complete-autoloads popup-autoloads cus-edit apropos wind= move
=C2=A0paredit-everywhere paredit-everywhere-autoloads ac-js2= ert ewoc debug
=C2=A0ac-js2-autoloads sgml-mode css-mode skewer-= mode cache-table js2-mode
=C2=A0simple-httpd skewer-mode-autoload= s tar-mode cl-macs gv
=C2=A0simple-httpd-autoloads autoload mail-= utils url-http mail-parse rfc2231
=C2=A0rfc2047 rfc2045 ietf-drum= s url-gw url-cache url-auth url url-proxy
=C2=A0url-privacy url-e= xpand url-methods url-history url-cookie url-domsuf
=C2=A0mailcap= js json cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles
=C2= =A0cc-align cc-engine cc-vars cc-defs dired-aux dired url-util url-handlers=
=C2=A0browse-url network-stream starttls tls erc-menu erc-join e= rc-ring
=C2=A0erc-networks erc-pcomplete erc-track erc-match erc-= button wid-edit
=C2=A0erc-fill erc-stamp erc-netsplit erc-goodies= erc erc-backend erc-compat
=C2=A0bookmark pp novice diary-lib di= ary-loaddefs cal-iso image-file
=C2=A0org-capture org-mks misearc= h multi-isearch repeat org-archive smex
=C2=A0tabify mule-util ca= l-move parse-time vc-git org-indent org-w3m org-wl
=C2=A0org-vm o= rg-table org-rmail org-mhe org-mew org-irc org-habit org-jsinfo
= =C2=A0org-infojs org-html org-info org-gnus org-docview org-bibtex bibtex
=C2=A0org-bbdb ffap url-parse url-vars paredit org-clock org-exp o= b-exp
=C2=A0org-exp-blocks org-agenda org ob-tangle ob-ref ob-lob= ob-table
=C2=A0org-footnote org-src ob-comint ob-keys org-pcompl= ete org-list org-faces
=C2=A0org-entities noutline outline org-ve= rsion ob-emacs-lisp ob org-compat
=C2=A0org-macs ob-eval org-load= defs cal-menu calendar cal-loaddefs
=C2=A0clojure-mode imenu inf-= lisp cl solarized-dark-theme
=C2=A0solarized-definitions rainbow-= delimiters paren eldoc company-files
=C2=A0company-oddmuse compan= y-keywords company-etags etags company-gtags
=C2=A0company-dabbre= v-code company-dabbrev company-capf company-cmake
=C2=A0company-r= opemacs company-xcode company-clang company-semantic
=C2=A0compan= y-eclim company-template company-css company-nxml company-bbdb
= =C2=A0company-elisp find-func company magit-key-mode magit view tramp
=
=C2=A0tramp-compat auth-source eieio gnus-util time-date mm-util mail-= prsvr
=C2=A0password-cache tramp-loaddefs shell pcomplete help-mo= de grep compile
=C2=A0comint format-spec epa derived epg epg-conf= ig diff-mode autorevert
=C2=A0ansi-color git-rebase-mode thingatp= t git-commit-mode log-edit pcvs-util
=C2=A0add-log two-column ido= -ubiquitous byte-opt warnings advice help-fns
=C2=A0cl-lib advice= -preload ido edmacro kmacro use-package diminish bytecomp
=C2=A0b= yte-compile cconv bind-key easy-mmode winner ring server iswitchb
=C2=A0cus-start cus-load cider-autoloads clojure-mode-autoloads
= =C2=A0company-autoloads edit-server-autoloads eldoc-eval-autoloads
=C2=A0guide-key-autoloads heroku-autoloads ido-ubiquitous-autoloads
=
=C2=A0js2-mode-autoloads magit-autoloads info easymenu
=C2= =A0git-rebase-mode-autoloads git-commit-mode-autoloads paredit-autoloads
=C2=A0popwin-autoloads projectile-autoloads pkg-info-autoloads epl-= autoloads
=C2=A0dash-autoloads queue-autoloads rainbow-delimiters= -autoloads s-autoloads
=C2=A0smex-autoloads finder-inf use-packag= e-autoloads diminish-autoloads
=C2=A0bind-key-autoloads package t= ooltip ediff-hook vc-hooks lisp-float-type
=C2=A0mwheel ns-win to= ol-bar dnd fontset image regexp-opt fringe
=C2=A0tabulated-list n= ewcomment lisp-mode register page menu-bar rfn-eshadow
=C2=A0time= r select scroll-bar mouse jit-lock font-lock syntax facemenu
=C2= =A0font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan
=C2=A0thai tai-viet lao korean japanese hebrew greek romanian slova= k czech
=C2=A0european ethiopic indian cyrillic chinese case-tabl= e epa-hook
=C2=A0jka-cmpr-hook help simple abbrev minibuffer load= defs button faces
=C2=A0cus-face macroexp files text-properties o= verlay sha1 md5 base64 format
=C2=A0env code-pages mule custom wi= dget hashtable-print-readable backquote
=C2=A0make-network-proces= s ns multi-tty emacs)

--001a11c20ca4ae73b405092c37e6-- From unknown Tue Aug 19 10:08:27 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19244: 24.3; ido-find-file bug Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 03 Aug 2019 12:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19244 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Chris Drane Cc: 19244@debbugs.gnu.org Received: via spool by 19244-submit@debbugs.gnu.org id=B19244.156483680029705 (code B ref 19244); Sat, 03 Aug 2019 12:54:01 +0000 Received: (at 19244) by debbugs.gnu.org; 3 Aug 2019 12:53:20 +0000 Received: from localhost ([127.0.0.1]:58507 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1httXE-0007j3-9O for submit@debbugs.gnu.org; Sat, 03 Aug 2019 08:53:20 -0400 Received: from quimby.gnus.org ([80.91.231.51]:46914) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1httXC-0007iv-4a for 19244@debbugs.gnu.org; Sat, 03 Aug 2019 08:53:19 -0400 Received: from 77.18.62.220.tmi.telenormobil.no ([77.18.62.220] helo=sandy) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1httX8-0004VS-T6; Sat, 03 Aug 2019 14:53:17 +0200 From: Lars Ingebrigtsen References: Date: Sat, 03 Aug 2019 14:53:14 +0200 In-Reply-To: (Chris Drane's message of "Mon, 1 Dec 2014 13:59:40 -0500") Message-ID: <87v9veif5x.fsf@mouse.gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Chris Drane writes: > I am experiencing a frustrating bug when trying to load a directory at point > using ido-find-file. > > The line I am working on is: > > (add-to-list 'ac-dictionary-directories > "~/.emacs.d/elpa/au [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.0 TVD_RCVD_IP Message was received from an IP address -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Chris Drane writes: > I am experiencing a frustrating bug when trying to load a directory at point > using ido-find-file. > > The line I am working on is: > > (add-to-list 'ac-dictionary-directories > "~/.emacs.d/elpa/auto-complete-20141111.2346/dict") > > Point is within the quotes. I try C-x C-f and instead of opening the directory > (which is a valid one, I have checked repeatedly), it instead suggests that I > open "~/.emacs.d/elpa/cider-20141116.1221/dict" > > I can only guess that it is tripping up on auto-complete's directory for some > reason. I have checked other paths though, and ido finds them properly. (I'm going through old bug reports that unfortunately have not received any responses yet.) I'm unable to reproduce this bug in Emacs 27. I installed the auto-complete package, so I have ~/.emacs.d/elpa/auto-complete-1.4/dict/ If I put point within the quotes here: (add-to-list 'ac-dictionary-directories "~/.emacs.d/elpa/auto-complete-1.4/dict") and say `M-x ido-find-file', I just get the normal ido prompt (starting from the current directory). Are you still seeing this problem? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 03 08:53:26 2019 Received: (at control) by debbugs.gnu.org; 3 Aug 2019 12:53:26 +0000 Received: from localhost ([127.0.0.1]:58510 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1httXK-0007jQ-IT for submit@debbugs.gnu.org; Sat, 03 Aug 2019 08:53:26 -0400 Received: from quimby.gnus.org ([80.91.231.51]:46928) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1httXI-0007jI-Nu for control@debbugs.gnu.org; Sat, 03 Aug 2019 08:53:25 -0400 Received: from 77.18.62.220.tmi.telenormobil.no ([77.18.62.220] helo=sandy) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1httXG-0004VZ-1r for control@debbugs.gnu.org; Sat, 03 Aug 2019 14:53:24 +0200 Date: Sat, 03 Aug 2019 14:53:21 +0200 Message-Id: <87tvayif5q.fsf@mouse.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #19244 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 19244 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.0 TVD_RCVD_IP Message was received from an IP address -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 19244 + moreinfo quit From unknown Tue Aug 19 10:08:27 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19244: 24.3; ido-find-file bug Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 14 Oct 2019 07:29:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19244 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Chris Drane Cc: 19244@debbugs.gnu.org Received: via spool by 19244-submit@debbugs.gnu.org id=B19244.157103812318305 (code B ref 19244); Mon, 14 Oct 2019 07:29:03 +0000 Received: (at 19244) by debbugs.gnu.org; 14 Oct 2019 07:28:43 +0000 Received: from localhost ([127.0.0.1]:37863 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJumZ-0004lB-E0 for submit@debbugs.gnu.org; Mon, 14 Oct 2019 03:28:43 -0400 Received: from [80.91.231.51] (port=51794 helo=quimby.gnus.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJumX-0004l2-K4 for 19244@debbugs.gnu.org; Mon, 14 Oct 2019 03:28:42 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iJumS-0003AS-Pd; Mon, 14 Oct 2019 09:28:40 +0200 From: Lars Ingebrigtsen References: <87v9veif5x.fsf@mouse.gnus.org> Date: Mon, 14 Oct 2019 09:28:36 +0200 In-Reply-To: <87v9veif5x.fsf@mouse.gnus.org> (Lars Ingebrigtsen's message of "Sat, 03 Aug 2019 14:53:14 +0200") Message-ID: <8736fvn5uj.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: > I'm unable to reproduce this bug in Emacs 27. I installed the > auto-complete package, so I have > > ~/.emacs.d/elpa/auto-complete-1.4/dict/ > > If I put point within the quotes here: > > (add-to-li [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Lars Ingebrigtsen writes: > I'm unable to reproduce this bug in Emacs 27. I installed the > auto-complete package, so I have > > ~/.emacs.d/elpa/auto-complete-1.4/dict/ > > If I put point within the quotes here: > > (add-to-li [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ingebrigtsen.no] 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) Lars Ingebrigtsen writes: > I'm unable to reproduce this bug in Emacs 27. I installed the > auto-complete package, so I have > > ~/.emacs.d/elpa/auto-complete-1.4/dict/ > > If I put point within the quotes here: > > (add-to-list 'ac-dictionary-directories > "~/.emacs.d/elpa/auto-complete-1.4/dict") > > and say `M-x ido-find-file', I just get the normal ido prompt (starting > from the current directory). > > Are you still seeing this problem? More information was requested some weeks back, but no response was given, so I'm closing this bug report. If you're still seeing this problem, please reopen. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 14 03:28:49 2019 Received: (at control) by debbugs.gnu.org; 14 Oct 2019 07:28:49 +0000 Received: from localhost ([127.0.0.1]:37866 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJume-0004lT-P8 for submit@debbugs.gnu.org; Mon, 14 Oct 2019 03:28:48 -0400 Received: from [80.91.231.51] (port=51808 helo=quimby.gnus.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJumd-0004lL-Op for control@debbugs.gnu.org; Mon, 14 Oct 2019 03:28:48 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iJuma-0003Aa-P5 for control@debbugs.gnu.org; Mon, 14 Oct 2019 09:28:46 +0200 Date: Mon, 14 Oct 2019 09:28:44 +0200 Message-Id: <871rvfn5ub.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #19244 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 19244 fixed close 19244 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 19244 fixed close 19244 quit Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) tags 19244 fixed close 19244 quit