unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 26837@debbugs.gnu.org, agrambot@gmail.com
Subject: bug#26837: Wrong file in "autoloading failed to define" error
Date: Tue, 09 May 2017 19:49:17 -0400	[thread overview]
Message-ID: <7wpofh1the.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <63h90vp3dn.fsf@fencepost.gnu.org>

Eli Zaretskii wrote:

>> -	whole_buffer = (PT == BEG && ZV == Z);
>> +	whole_buffer = (BUF_PT (b) == BUF_BEG (b) && BUF_ZV (b) == BUF_Z (b));
>
> You are saying that set_buffer_internal didn't do its job?  Of that
> the call was bypassed?

When START = nil (eg when called from eval-buffer), set_buffer_internal
is never called.





  reply	other threads:[~2017-05-09 23:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-08 19:14 bug#26837: Wrong file in "autoloading failed to define" error Glenn Morris
2017-05-09  0:04 ` Glenn Morris
2017-05-09  7:26   ` Alex
2017-05-09 16:33     ` Glenn Morris
2017-05-09 18:39       ` Glenn Morris
2017-05-09 19:12         ` Eli Zaretskii
2017-05-09 23:49           ` Glenn Morris [this message]
2017-05-10  2:43             ` Eli Zaretskii
2017-05-10  6:23               ` Glenn Morris
2017-05-18 20:11         ` Alex
2017-05-20 23:17           ` Glenn Morris
2017-05-20 23:24             ` Glenn Morris
2017-05-21 21:59             ` Alex

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=7wpofh1the.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=26837@debbugs.gnu.org \
    --cc=agrambot@gmail.com \
    --cc=eliz@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).