unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: forward <eude.xj@gmail.com>
To: 15215@debbugs.gnu.org
Subject: bug#15215: 24.3; quit abnormally when find-file
Date: Fri, 30 Aug 2013 14:06:54 +0800	[thread overview]
Message-ID: <CALPTv2kS--q95iDEGchn0E+DPno4K+Saa1OLq802yW7c+EpZkg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 687 bytes --]

In definition of function `find-file-noselect' in file "files.el"
from line 1807 to 1816

            ;; Certain files should be reverted automatically
            ;; if they have changed on disk and not in the buffer.
            ((and (not (buffer-modified-p buf))
                  (let ((tail revert-without-query)
                    (found nil))
                (while tail
                  (if (string-match (car tail) filename)  ===>
                      (setq found t))
                  (setq tail (cdr tail)))
                found))

   ==> when tail is `t' since `revert-without-query' is `t' ,  it signals a
"Wrong type argument: listp, t". Should it be checked? Thanks.

[-- Attachment #2: Type: text/html, Size: 893 bytes --]

             reply	other threads:[~2013-08-30  6:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-30  6:06 forward [this message]
2013-08-30  7:04 ` bug#15215: 24.3; quit abnormally when find-file Glenn Morris

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=CALPTv2kS--q95iDEGchn0E+DPno4K+Saa1OLq802yW7c+EpZkg@mail.gmail.com \
    --to=eude.xj@gmail.com \
    --cc=15215@debbugs.gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).