bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8681: 23.3; (gnus-face-from-file ...) bug in Gnus v5.13 on GNU Emacs


From: Benjamin L. Russell
Subject: bug#8681: 23.3; (gnus-face-from-file ...) bug in Gnus v5.13 on GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) on Windows XP Professional, Service Pack 3
Date: Thu, 30 Jun 2011 13:45:32 -0700 (PDT)

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> "Benjamin L. Russell" <dekudekuplex@yahoo.com> writes:
> 
> > > Lars Magne Ingebrigtsen <larsi@gnus.org>
> > wrote:
> > > 
> > > > Could you eval this?
> > > >
> > > > (gnus-shell-command-to-string
> > > > "convert -scale 48x48! c:/some/image.jpg -colors
> > 10
> > > > png:-")
> > > 
> > > This is the output from Emacs:
> > > 
> > > ----- output begins immediately after this line -----
> > > Debugger entered--Lisp error: (void-function
> > gnus-shell-command-to-string)
> > >   (gnus-shell-command-to-string
> > "convert -scale 48x48! c:/butterflyLang.jpg -colors 10
> > png:-")
> > >   eval((gnus-shell-command-to-string
> > "convert -scale 48x48! c:/butterflyLang.jpg -colors 10
> > png:-"))
> > >   eval-expression((gnus-shell-command-to-string
> > "convert -scale 48x48! c:/butterflyLang.jpg -colors 10
> > png:-") nil)
> > >   call-interactively(eval-expression
> > nil nil)
> > > ----- output ends immediately before this line -----
> > > 
> > > > Debugger entered--Lisp error: (void-function
> > > gnus-shell-command-to-string)
> > > 
> > > You need to start Gnus first started first to use
> > this
> > > stuff.
> > 
> > After starting Gnus, this is the output that I received:
> > 
> > ----- output begins immediately after this line -----
> > Debugger entered--Lisp error: (void-function
> > gnus-shell-command-to-string)
> >   (gnus-shell-command-to-string "convert -scale 48x48!
> > c:/butterflyLang.jpg -colors 10 png:-")
> >   eval((gnus-shell-command-to-string "convert -scale
> > 48x48! c:/butterflyLang.jpg -colors 10 png:-"))
> >   eval-expression((gnus-shell-command-to-string
> > "convert -scale 48x48! c:/butterflyLang.jpg -colors 10
> > png:-") nil)
> >   call-interactively(eval-expression nil nil)
> > ----- output ends immediately before this line -----
> > 
> > Starting Gnus first doesn't seem to have changed the
> > behavior.
> 
> Say
> 
> (require 'gnus-fun)
> 
> first.

Okay; that resulted in a PNG file.

-- Benjamin L. Russell





reply via email to

[Prev in Thread] Current Thread [Next in Thread]