unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Invalid image specification
@ 2008-05-21 17:47 Hans Halvorson
  2008-05-21 17:52 ` Chong Yidong
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Halvorson @ 2008-05-21 17:47 UTC (permalink / raw
  To: emacs-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8, Size: 3644 bytes --]

Emacs 23.0.60.1, CVS from May 14, 2008.  I get the following sorts of
errors at random intervals: (In this case, it occurred when opening a
message in Wanderlust.)  I would be grateful for any advice on finding
the source of this problem.

Debugger entered--Lisp error: (error "Invalid image specification")
  image-mask-p((holiday-hebrew-rosh-hashanah nil "23.1"))
  #[(bind) "ĉ\x18\x19\n£¢Å==r\0=\n8:ƒ\x17\0==\x18\0=\n›‰\x10=r\0=\b=\"‰\x11=r\0	:ƒr\0	@Ã==r\0=	@!ƒr\0= „E\0=\x12=r\0=	!‰^[=S\0=\v!„X\0=\v=\"\x13=\n!\x12=\n8:ƒg\0==h\0=\n›\x10=\b=\v#ˆ)\n*‡" [plist image-exp bind image nil menu-item 4 5 plist-get :image fboundp display-images-p eval image-mask-p append (:mask heuristic) copy-sequence plist-put] 5]((new-file menu-item "Visit New File..." find-file ([24 6] . "  C-x C-f") :enable (menu-bar-non-minibuffer-window-p) :help "Specify a new file's name, to edit the file" :image (tool-bar-find-image (if ... ... ...))))
  mapcar(#[(bind) "ĉ\x18\x19\n£¢Å==r\0=\n8:ƒ\x17\0==\x18\0=\n›‰\x10=r\0=\b=\"‰\x11=r\0	:ƒr\0	@Ã==r\0=	@!ƒr\0= „E\0=\x12=r\0=	!‰^[=S\0=\v!„X\0=\v=\"\x13=\n!\x12=\n8:ƒg\0==h\0=\n›\x10=\b=\v#ˆ)\n*‡" [plist image-exp bind image nil menu-item 4 5 plist-get :image fboundp display-images-p eval image-mask-p append (:mask heuristic) copy-sequence plist-put] 5] (keymap (new-file menu-item "Visit New File..." find-file ([24 6] . "  C-x C-f") :enable (menu-bar-non-minibuffer-window-p) :help "Specify a new file's name, to edit the file" :image (tool-bar-find-image ...)) (open-file menu-item "Open File..." menu-find-file-existing (nil) :enable (menu-bar-non-minibuffer-window-p) :help "Read an existing file into an Emacs buffer" :image (tool-bar-find-image ...)) (dired menu-item "Open Directory..." dired ([24 100] . "  C-x d") :enable (menu-bar-non-minibuffer-window-p) :help "Read a directory, to operate on its files" :image (tool-bar-find-image ...)) (kill-buffer menu-item "Close" kill-this-buffer (nil) :enable (kill-this-buffer-enabled-p) :help "Discard (kill) current buffer" :image (tool-bar-find-image ...)) (save-buffer menu-item "Save" save-buffer ([24 19] . "  C-x C-s") :enable (and ... ... ...) :help "Save current buffer to its file" :image (tool-bar-find-image ...) :visible (or buffer-file-name ...)) (write-file menu-item "Save As..." write-file ([24 23] . "  C-x C-w") :enable (and ... ...) :help "Write current buffer to another file" :image (tool-bar-find-image ...) :visible (or buffer-file-name ...)) (undo menu-item "Undo" undo ([31] . "  C-_") :enable (and ... ... ...) :help "Undo last operation" :image (tool-bar-find-image ...) :visible (not ...)) (cut menu-item "Cut" ("Delete text in region and copy it to the clipboard" ... . clipboard-kill-region) :image (tool-bar-find-image ...) :visible (not ...)) (copy menu-item "Copy" ("Copy text in region to the clipboard" ... . clipboard-kill-ring-save) :image (tool-bar-find-image ...)) (paste menu-item "Paste" x-clipboard-yank :enable (not buffer-read-only) :help "Paste (yank) text most recently cut/copied" :image (tool-bar-find-image ...) :visible (not ...)) (search-forward menu-item "String Forward..." nonincremental-search-forward (nil) :help "Search forward for a string" :image (tool-bar-find-image ...)) (print-buffer menu-item "Print Buffer" print-buffer (nil) :enable (menu-bar-menu-frame-live-and-visible-p) :help "Print current buffer with page headings" :image (tool-bar-find-image ...)) (customize menu-item "customize" customize :image (tool-bar-find-image ...) :help "Edit preferences (customize)") (help menu-item "help" #[nil "Á\b!‡" [menu-bar-help-menu popup-menu] 2 nil nil] :image (tool-bar-find-image ...) :help "Pop up the Help menu")))
  tool-bar-make-keymap(ignore)
  key-binding([tool-bar] t)




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

* Re: Invalid image specification
  2008-05-21 17:47 Invalid image specification Hans Halvorson
@ 2008-05-21 17:52 ` Chong Yidong
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2008-05-21 17:52 UTC (permalink / raw
  To: Hans Halvorson; +Cc: emacs-devel

Hans Halvorson <hhalvors@Princeton.EDU> writes:

> Emacs 23.0.60.1, CVS from May 14, 2008.  I get the following sorts of
> errors at random intervals: (In this case, it occurred when opening a
> message in Wanderlust.)  I would be grateful for any advice on finding
> the source of this problem.
>
> Debugger entered--Lisp error: (error "Invalid image specification")
>   image-mask-p((holiday-hebrew-rosh-hashanah nil "23.1"))

This was fixed on May 15.




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

end of thread, other threads:[~2008-05-21 17:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-21 17:47 Invalid image specification Hans Halvorson
2008-05-21 17:52 ` Chong Yidong

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).