GNU bug report logs - #21980
25.0.50; ido-mode does not rebind ffap-find-file-function

Previous Next

Package: emacs;

Reported by: Clément Pit--Claudel <clement.pitclaudel <at> live.com>

Date: Sat, 21 Nov 2015 22:40:02 UTC

Severity: minor

Found in version 25.0.50

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 21980 in the body.
You can then email your comments to 21980 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#21980; Package emacs. (Sat, 21 Nov 2015 22:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Clément Pit--Claudel <clement.pitclaudel <at> live.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 21 Nov 2015 22:40:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Clément Pit--Claudel <clement.pitclaudel <at> live.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.0.50; ido-mode does not rebind ffap-find-file-function
Date: Sat, 21 Nov 2015 17:39:29 -0500
[Message part 1 (text/plain, inline)]
Hi all,

Running the following recipe results in a basic file prompt, instead of
the one provided by ido:

        emacs -Q
        M-x ido-mode RET
        M-x ffap RET

Shouldn't ido set ffap-file-finder to ido-find-file? If so, I can
provide a patch.

Clément.


In GNU Emacs 25.0.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.8)
 of 2015-10-20
Repository revision: 13274cd5d9eb87273c14656084286d5321193858
Windowing system distributor 'The X.Org Foundation', version 11.0.11501000
System Description:	Linux Mint 17.2 Rafaela

Configured using:
 'configure CFLAGS=-O3'

Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS
NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11

Important settings:
  value of $LC_TIME: en_DK.UTF-8
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-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
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Ido mode enabled
Quit

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message dired format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mail-utils ffap
thingatpt url-parse auth-source cl-seq eieio eieio-core cl-macs
gnus-util mm-util help-fns mail-prsvr password-cache url-vars ido seq
byte-opt gv bytecomp byte-compile cconv cl-extra help-mode easymenu
cl-loaddefs pcase cl-lib time-date mule-util tooltip eldoc electric
uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win
term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list newcomment elisp-mode lisp-mode prog-mode register page
menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core frame cl-generic cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help
simple abbrev minibuffer cl-preloaded nadvice loaddefs button faces
cus-face macroexp files text-properties overlay sha1 md5 base64 format
env code-pages mule custom widget hashtable-print-readable backquote
dbusbind inotify dynamic-setting system-font-setting font-render-setting
move-toolbar gtk x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 101902 7933)
 (symbols 48 21011 0)
 (miscs 40 38 133)
 (strings 32 23305 5525)
 (string-bytes 1 610027)
 (vectors 16 13483)
 (vector-slots 8 447780 3326)
 (floats 8 191 36)
 (intervals 56 200 0)
 (buffers 976 11)
 (heap 1024 22428 1021))

[signature.asc (application/pgp-signature, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21980; Package emacs. (Thu, 01 Aug 2019 17:41:01 GMT) Full text and rfc822 format available.

Message #8 received at 21980 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Clément Pit--Claudel <clement.pitclaudel <at> live.com>
Cc: 21980 <at> debbugs.gnu.org
Subject: Re: bug#21980: 25.0.50; ido-mode does not rebind
 ffap-find-file-function
Date: Thu, 01 Aug 2019 19:40:42 +0200
Clément Pit--Claudel <clement.pitclaudel <at> live.com> writes:

> Hi all,
>
> Running the following recipe results in a basic file prompt, instead of
> the one provided by ido:
>
>         emacs -Q
>         M-x ido-mode RET
>         M-x ffap RET
>
> Shouldn't ido set ffap-file-finder to ido-find-file? If so, I can
> provide a patch.

I think it would make sense for it to do so, but I don't use ffap much.
Anybody have an opinion here?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21980; Package emacs. (Sat, 15 Aug 2020 10:58:02 GMT) Full text and rfc822 format available.

Message #11 received at 21980 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: 21980 <at> debbugs.gnu.org
Subject: Re: bug#21980: 25.0.50; ido-mode does not rebind
 ffap-find-file-function
Date: Sat, 15 Aug 2020 12:57:30 +0200
(Resent because of missing Cc.  :-))

Stefan Kangas <stefan <at> marxist.se> writes:

> Lars Ingebrigtsen <larsi <at> gnus.org> writes:
>
>> Clément Pit--Claudel <clement.pitclaudel <at> live.com> writes:
>>
>>> Hi all,
>>>
>>> Running the following recipe results in a basic file prompt, instead of
>>> the one provided by ido:
>>>
>>>         emacs -Q
>>>         M-x ido-mode RET
>>>         M-x ffap RET
>>>
>>> Shouldn't ido set ffap-file-finder to ido-find-file? If so, I can
>>> provide a patch.
>>
>> I think it would make sense for it to do so, but I don't use ffap much.
>> Anybody have an opinion here?
>
> Yes, that would be a useful addition.
>
> Best regards,
> Stefan Kangas




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21980; Package emacs. (Thu, 08 Jul 2021 13:27:02 GMT) Full text and rfc822 format available.

Message #14 received at 21980 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Clément Pit--Claudel <clement.pitclaudel <at> live.com>
Cc: 21980 <at> debbugs.gnu.org
Subject: Re: bug#21980: 25.0.50; ido-mode does not rebind
 ffap-find-file-function
Date: Thu, 08 Jul 2021 15:25:46 +0200
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

>> Hi all,
>>
>> Running the following recipe results in a basic file prompt, instead of
>> the one provided by ido:
>>
>>         emacs -Q
>>         M-x ido-mode RET
>>         M-x ffap RET
>>
>> Shouldn't ido set ffap-file-finder to ido-find-file? If so, I can
>> provide a patch.
>
> I think it would make sense for it to do so, but I don't use ffap much.
> Anybody have an opinion here?

I've now done this in Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug marked as fixed in version 28.1, send any further explanations to 21980 <at> debbugs.gnu.org and Clément Pit--Claudel <clement.pitclaudel <at> live.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Thu, 08 Jul 2021 13:27:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 06 Aug 2021 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 262 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.