emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#22023: closed (25.0.50; doc string of `eval-buffer


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#22023: closed (25.0.50; doc string of `eval-buffer')
Date: Fri, 27 Nov 2015 10:10:03 +0000

Your message dated Fri, 27 Nov 2015 12:09:02 +0200
with message-id <address@hidden>
and subject line Re: bug#22023: 25.0.50; doc string of `eval-buffer'
has caused the debbugs.gnu.org bug report #22023,
regarding 25.0.50; doc string of `eval-buffer'
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
22023: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22023
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.50; doc string of `eval-buffer' Date: Thu, 26 Nov 2015 16:12:49 -0800 (PST)
The doc string suggests that the entire buffer is always evaluated,
which is wrong.

The Elisp manual, node `Eval' is better.  It says that it operates on
the entire _accessible portion_ of the buffer.  That's a big difference.

This function is commonly used by users, as a command.  They should
realize that they can easily limit its scope by narrowing the buffer.

Even the treatment in the manual could be improved by making clear what
is meant by the "accessible" portion of the buffer.  When the Emacs
manual refers to the "accessible portion" it follows that phrase with
this: (*note Narrowing::).  That makes everything clear.

In GNU Emacs 25.0.50.1 (i686-pc-mingw32)
 of 2015-11-12
Bzr revision: 6e5186e8a7ccfb9b8fb35b5f4f0371e4f4a68162
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/Devel/emacs/snapshot/trunk
 --enable-checking=yes,glyphs --enable-check-lisp-object-type
 --without-compress-install --with-wide-int 'CFLAGS=-O0 -ggdb3'
 LDFLAGS=-Lc:/Devel/emacs/lib 'CPPFLAGS=-DGC_MCHECK=1
 -Ic:/Devel/emacs/include''



--- End Message ---
--- Begin Message --- Subject: Re: bug#22023: 25.0.50; doc string of `eval-buffer' Date: Fri, 27 Nov 2015 12:09:02 +0200
> Date: Thu, 26 Nov 2015 16:12:49 -0800 (PST)
> From: Drew Adams <address@hidden>
> 
> The doc string suggests that the entire buffer is always evaluated,
> which is wrong.
> 
> The Elisp manual, node `Eval' is better.  It says that it operates on
> the entire _accessible portion_ of the buffer.  That's a big difference.
> 
> This function is commonly used by users, as a command.  They should
> realize that they can easily limit its scope by narrowing the buffer.
> 
> Even the treatment in the manual could be improved by making clear what
> is meant by the "accessible" portion of the buffer.  When the Emacs
> manual refers to the "accessible portion" it follows that phrase with
> this: (*note Narrowing::).  That makes everything clear.

Thanks, fixed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]