GNU bug report logs - #12629
24.2.50; [Doc][PATCH] Neither `what-line' nor `count-lines' do call the respectiv other in recent GNU/Emacs.

Previous Next

Package: emacs;

Reported by: Gregor Zattler <grfz <at> gmx.de>

Date: Fri, 12 Oct 2012 17:57:02 UTC

Severity: minor

Tags: patch

Found in version 24.2.50

Fixed in version 24.3

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 12629 in the body.
You can then email your comments to 12629 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#12629; Package emacs. (Fri, 12 Oct 2012 17:57:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Gregor Zattler <grfz <at> gmx.de>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 12 Oct 2012 17:57:02 GMT) Full text and rfc822 format available.

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

From: Gregor Zattler <grfz <at> gmx.de>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.2.50;
	[Doc][PATCH] Neither `what-line' nor `count-lines' do call the
	respectiv other in recent GNU/Emacs.
Date: Fri, 12 Oct 2012 19:48:44 +0200
Dear Emacs developers,

is "Introduction to Programming in Emacs Lisp" written by Robert
J. Chassell, still updated?  There is an error in it, this patch
corrects it.

---
 doc/lispintro/emacs-lisp-intro.texi |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index 04e3e0c..6d3a5d0 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -6600,10 +6600,9 @@ buffer; or conversely, an Emacs Lisp function needs to work on all of a
 buffer that has been narrowed.  The @code{what-line} function, for
 example, removes the narrowing from a buffer, if it has any narrowing
 and when it has finished its job, restores the narrowing to what it was.
-On the other hand, the @code{count-lines} function, which is called by
-@code{what-line}, uses narrowing to restrict itself to just that portion
-of the buffer in which it is interested and then restores the previous
-situation.
+On the other hand, the @code{count-lines} function uses narrowing to
+restrict itself to just that portion of the buffer in which it is
+interested and then restores the previous situation.
 
 @node save-restriction
 @section The @code{save-restriction} Special Form
-- 
1.7.10.4




Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Sat, 13 Oct 2012 02:25:02 GMT) Full text and rfc822 format available.

Notification sent to Gregor Zattler <grfz <at> gmx.de>:
bug acknowledged by developer. (Sat, 13 Oct 2012 02:25:02 GMT) Full text and rfc822 format available.

Message #10 received at 12629-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 12629-done <at> debbugs.gnu.org
Subject: Re: bug#12629: 24.2.50;
	[Doc][PATCH] Neither `what-line' nor `count-lines' do call the
	respectiv other in recent GNU/Emacs.
Date: Fri, 12 Oct 2012 22:23:24 -0400
Version: 24.3

Thanks; applied to emacs-24 branch.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 10 Nov 2012 12:24:03 GMT) Full text and rfc822 format available.

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

Previous Next


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