Gnus development mailing list
 help / color / mirror / Atom feed
* Symbol's function definition is void: add-submenu
@ 2002-01-14 17:17 Stainless Steel Rat
  2002-01-19 23:03 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Stainless Steel Rat @ 2002-01-14 17:17 UTC (permalink / raw)


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

Can anyone tell me why Gnus 5.8.8 on a stripped-down XEmacs 21.1 complains
about "Symbol's function definition is void: add-submenu" when trying to
display messages like this one?


[-- Attachment #2: Type: message/rfc822, Size: 2920 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 359 bytes --]

When mail goes out as "User@DOM.AIN" rather than "user@dom.ain",
gnus-picon-find-image fails to find picons simply because everything
in the picon database is lowercase.  This patch makes
gnus-picon-find-face squash everything to lowercase before invoking
-find-image, so that e.g. dmaze@MIT.EDU coughs up 3 nice picons just
the way that dmaze@mit.edu does.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2.1.2: downcase picon directories --]
[-- Type: text/x-patch, Size: 561 bytes --]

--- lisp/gnus-picon.el.~1~	Mon Jan 14 11:45:43 2002
+++ lisp/gnus-picon.el	Mon Jan 14 11:46:32 2002
@@ -108,10 +108,11 @@
 		base (expand-file-name directory database))
 	  (while address
 	    (when (setq result (gnus-picon-find-image
-				(concat base "/" (mapconcat 'identity
-							    (reverse address)
-							    "/")
-					"/" user "/")))
+				(concat base "/" (downcase
+						  (mapconcat 'identity
+							     (reverse address)
+							    "/"))
+					"/" (downcase user) "/")))
 	      (throw 'found result))
 	    (if exact
 		(setq address nil)

[-- Attachment #3: Type: text/plain, Size: 302 bytes --]


-- 
Rat <ratinox@peorth.gweep.net>    \ Ingredients of Happy Fun Ball include an
Minion of Nathan - Nathan says Hi! \ unknown glowing substance which fell to
PGP Key: at a key server near you!  \ Earth, presumably from outer space.
       That and five bucks will get you a small coffee at Starbucks.

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

* Re: Symbol's function definition is void: add-submenu
  2002-01-14 17:17 Symbol's function definition is void: add-submenu Stainless Steel Rat
@ 2002-01-19 23:03 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-01-19 23:03 UTC (permalink / raw)


Stainless Steel Rat <ratinox@peorth.gweep.net> writes:

> Can anyone tell me why Gnus 5.8.8 on a stripped-down XEmacs 21.1 complains
> about "Symbol's function definition is void: add-submenu" when trying to
> display messages like this one?

Nope.  `(setq debug-on-error t)' and see what the backtrace says. 

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

end of thread, other threads:[~2002-01-19 23:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-14 17:17 Symbol's function definition is void: add-submenu Stainless Steel Rat
2002-01-19 23:03 ` Lars Magne Ingebrigtsen

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