Gnus development mailing list
 help / color / mirror / Atom feed
* `C-c C-i' has stopped working because "The" was removed
@ 2001-04-21  2:52 Karl Kleinpaste
  2001-04-29 13:04 ` ShengHuo ZHU
  0 siblings, 1 reply; 2+ messages in thread
From: Karl Kleinpaste @ 2001-04-21  2:52 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: `C-c C-i' has stopped working because "The" was removed
  2001-04-21  2:52 `C-c C-i' has stopped working because "The" was removed Karl Kleinpaste
@ 2001-04-29 13:04 ` ShengHuo ZHU
  0 siblings, 0 replies; 2+ messages in thread
From: ShengHuo ZHU @ 2001-04-29 13:04 UTC (permalink / raw)


Karl Kleinpaste <karl@charcoal.com> writes:

> 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")

Fixed.

ShengHuo


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-04-29 13:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-21  2:52 `C-c C-i' has stopped working because "The" was removed Karl Kleinpaste
2001-04-29 13:04 ` ShengHuo ZHU

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).