GNU bug report logs - #15184
24.3.50; Flymake get-real-name does not use customization

Previous Next

Package: emacs;

Reported by: Oleg Sivokon <olegsivokon <at> gmail.com>

Date: Sun, 25 Aug 2013 15:44:01 UTC

Severity: normal

Found in version 24.3.50

Done: Xue Fuqiao <xfq.free <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: Glenn Morris <rgm <at> gnu.org>
To: Xue Fuqiao <xfq.free <at> gmail.com>
Cc: 15184 <at> debbugs.gnu.org, Oleg Sivokon <olegsivokon <at> gmail.com>
Subject: Re: bug#15184: 24.3.50;
 Flymake get-real-name does not use customization
Date: Sun, 25 Aug 2013 15:37:55 -0400
Oleg Sivokon wrote:

> I believe that this is the bug in `flymake-get-real-file-name-function'
> The function is very short, so I post it all here:
>
> (defun flymake-get-real-file-name-function (file-name)
>   (or (nth 4 (flymake-get-file-name-mode-and-masks file-name))
>       'flymake-get-real-file-name))
>
> (nth 4 ...) is always `nil' because the results
> `flymake-get-file-name-mode-and-masks' returns are of the form:
> (init-func cleanup-func? name-func?) - i.e. 3 top. In order for this
> function to work properly it has to be (nth 2 ...)


It used to be "nth 2" until

    revno: 112719.1.1
    committer: Xue Fuqiao <xfq.free <at> gmail.com>
    branch nick: flymake
    timestamp: Sat 2013-05-25 09:26:12 +0800
    message:
      Refine the documentation of Flymake

I have no idea why it was changed as part of that commit.




This bug report was last modified 11 years and 335 days ago.

Previous Next


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