Gnus development mailing list
 help / color / mirror / Atom feed
From: Karl Kleinpaste <karl@charcoal.com>
Subject: `C-c C-i' has stopped working because "The" was removed
Date: 20 Apr 2001 22:52:01 -0400	[thread overview]
Message-ID: <vxkhezjm0by.fsf@cinnamon.vanillaknot.com> (raw)

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

A couple weeks ago, Lars removed "The" from a bunch of info nodes.
Now `C-c C-i' is throwing an error because of it.

Signaling: (error "No such node: The Summary Buffer")
  signal(error ("No such node: The Summary Buffer"))
  cerror("No such node: %s" "The Summary Buffer")
  apply(cerror "No such node: %s" "The Summary Buffer")
  error("No such node: %s" "The Summary Buffer")
  byte-code("..." [beg afile aline qnode bufs anode search-forward "\n\x1f" nil t 1 re-search-backward throw foo delq mapcar get-file-buffer string-match "\\`<<.*>>\\'" format "\"%s\"\\|<<%s>>" "------ *File: *\\([^ ].*[^ ]\\) *Node: *\\([^ ].*[^ ]\\) *Line: *\\([0-9]+\\)" re-search-forward 2 string-to-int 3 Info-find-node (Info-find-node nodename "Top" t) ((error)) error "No such node: %s" pat2 pattern regexp found Info-annotations-path tryfile Info-current-node nodename] 7)
  Info-find-file-node("/home/karl/Emacs/Info/gnus" "The Summary Buffer" nil nil nil)
  Info-find-node("gnus" "The Summary Buffer" nil nil)
  Info-goto-node("(gnus)The Summary Buffer")
  #<compiled-function nil "...(17)" [gnus-info-nodes major-mode gnus-info-buffer nil Info-goto-node gnus-configure-windows info] 3 ("/home/karl/Emacs/Gnus/gnus.elc" . 67854) nil>()
  call-interactively(gnus-info-find-node)

A quick glance at gnus.el shows there are just two instances that need
to be fixed, but I could have missed others if they occur elsewhere.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: remove \"The\" from C-c C-i selections --]
[-- Type: text/x-patch, Size: 593 bytes --]

--- lisp/gnus.el.~1~	Fri Apr 13 23:49:25 2001
+++ lisp/gnus.el	Fri Apr 20 22:49:17 2001
@@ -58,7 +58,7 @@
 ;; These belong to gnus-group.el.
 (defgroup gnus-group nil
   "Group buffers."
-  :link '(custom-manual "(gnus)The Group Buffer")
+  :link '(custom-manual "(gnus)Group Buffer")
   :group 'gnus)
 
 (defgroup gnus-group-foreign nil
@@ -99,7 +99,7 @@
 ;; These belong to gnus-sum.el.
 (defgroup gnus-summary nil
   "Summary buffers."
-  :link '(custom-manual "(gnus)The Summary Buffer")
+  :link '(custom-manual "(gnus)Summary Buffer")
   :group 'gnus)
 
 (defgroup gnus-summary-exit nil

             reply	other threads:[~2001-04-21  2:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-21  2:52 Karl Kleinpaste [this message]
2001-04-29 13:04 ` ShengHuo ZHU

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

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

  git send-email \
    --in-reply-to=vxkhezjm0by.fsf@cinnamon.vanillaknot.com \
    --to=karl@charcoal.com \
    /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.
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 NNTP newsgroup(s).