GNU bug report logs -
#21622
24.5; Extra " in doc string of `cursor-in-non-selected-windows'
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Mon, 5 Oct 2015 16:38:02 UTC
Severity: minor
Found in version 24.5
Done: Xue Fuqiao <xfq.free <at> gmail.com>
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 21622 in the body.
You can then email your comments to 21622 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#21622
; Package
emacs
.
(Mon, 05 Oct 2015 16:38:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Drew Adams <drew.adams <at> oracle.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Mon, 05 Oct 2015 16:38:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Just discovered this by accident, after pasting this doc into a post on
emacs.StackExchange. There is an extra, trailing " at the end of the
main paragraph of the doc string, before the text "You can customize
this variable."
In GNU Emacs 24.5.1 (i686-pc-mingw32)
of 2015-04-11 on LEG570
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
`configure --prefix=/c/usr --host=i686-pc-mingw32'
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#21622
; Package
emacs
.
(Mon, 05 Oct 2015 20:19:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 21622 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I believe that the below little patch should fix it.
From 949e2633f27ace47d6774e370207bc6e58a031ab Mon Sep 17 00:00:00 2001
From: Kaushal Modi <kaushal.modi <at> gmail.com>
Date: Mon, 5 Oct 2015 16:14:42 -0400
Subject: [PATCH] Remove extra trailing double quote (bug # 21622)
---
src/buffer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/buffer.c b/src/buffer.c
index 530fe11..38ee74d 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6238,7 +6238,7 @@ If nil, only shows a cursor in the selected window.
If t, displays a cursor related to the usual cursor type
(a solid box becomes hollow, a bar becomes a narrower bar).
You can also specify the cursor type as in the `cursor-type' variable.
-Use Custom to set this variable and update the display." */);
+Use Custom to set this variable and update the display. */);
DEFVAR_LISP ("kill-buffer-query-functions", Vkill_buffer_query_functions,
doc: /* List of functions called with no args to query before
killing a buffer.
--
2.6.0.rc0.24.gec371ff
--
Kaushal Modi
[Message part 2 (text/html, inline)]
Reply sent
to
Xue Fuqiao <xfq.free <at> gmail.com>
:
You have taken responsibility.
(Mon, 05 Oct 2015 22:52:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Drew Adams <drew.adams <at> oracle.com>
:
bug acknowledged by developer.
(Mon, 05 Oct 2015 22:52:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 21622-done <at> debbugs.gnu.org (full text, mbox):
I've fixed it in my previous commit. Thank you!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 03 Nov 2015 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 9 years and 288 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.