all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Xue Fuqiao <xfq.free@gmail.com>
Cc: 15184@debbugs.gnu.org, Oleg Sivokon <olegsivokon@gmail.com>
Subject: bug#15184: 24.3.50; Flymake get-real-name does not use customization
Date: Sun, 25 Aug 2013 15:37:55 -0400	[thread overview]
Message-ID: <y48uzpzhm4.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <878uzpvkyh.fsf@gmail.com> (Oleg Sivokon's message of "Sun, 25 Aug 2013 18:39:18 +0300")

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@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.





  reply	other threads:[~2013-08-25 19:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-25 15:39 bug#15184: 24.3.50; Flymake get-real-name does not use customization Oleg Sivokon
2013-08-25 19:37 ` Glenn Morris [this message]
2013-08-25 22:33 ` Xue Fuqiao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=y48uzpzhm4.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=15184@debbugs.gnu.org \
    --cc=olegsivokon@gmail.com \
    --cc=xfq.free@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.