all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Trouble with newsticker
@ 2009-02-01 21:55 leandro noferini
  2009-02-02  5:20 ` Ashish SHUKLA
  0 siblings, 1 reply; 5+ messages in thread
From: leandro noferini @ 2009-02-01 21:55 UTC (permalink / raw)
  To: help-gnu-emacs

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

Ciao a tutti,

I have a  trouble with newsticker: running "newsticker-start"  I got the
error message

Invalid image type `xpm'

-- 
Ciao
leandro
to write me remove MANISUDICIE from the address below

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: Trouble with newsticker
  2009-02-01 21:55 Trouble with newsticker leandro noferini
@ 2009-02-02  5:20 ` Ashish SHUKLA
  2009-02-02  9:06   ` leandro noferini
  0 siblings, 1 reply; 5+ messages in thread
From: Ashish SHUKLA @ 2009-02-02  5:20 UTC (permalink / raw)
  To: help-gnu-emacs

leandro noferini writes:
> Ciao a tutti,

> I have a  trouble with newsticker: running "newsticker-start"  I got the
> error message

> Invalid image type `xpm'

Looks like your emacs is not compiled with XPM support. Here are my Emacs
configuration options (accessible through system-configuration-options
variable):

,---- system-configuration-options
| '--prefix=/usr' '--localstatedir=/var/lib/emacs'
|  '--libexecdir=/usr/lib/emacs' '--with-xpm' '--with-jpeg' '--with-tiff'
|  '--with-gif' '--with-png' '--without-sound' '--with-x-toolkit=gtk'
|  '--enable-font-backend' '--with-m17n-flt' '--with-rsvg'
|  '--with-freetype' '--with-xft' '--with-libotf' '--with-gpm'
|  '--with-dbus' '--with-sound' 'CFLAGS=-march=x86-64 -mtune=native -O2
|  -pipe -g'
`----

Since, I don't use this addon, I'm not sure if this is the case.

HTH
-- 
Ashish SHUKLA


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

* Re: Trouble with newsticker
  2009-02-02  5:20 ` Ashish SHUKLA
@ 2009-02-02  9:06   ` leandro noferini
  2009-02-02 10:05     ` Peter Dyballa
  2009-02-07 13:39     ` gherdo
  0 siblings, 2 replies; 5+ messages in thread
From: leandro noferini @ 2009-02-02  9:06 UTC (permalink / raw)
  To: help-gnu-emacs

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

Ashish SHUKLA ha scritto:

> > Invalid image type `xpm'
> 
> Looks like your emacs is not compiled with XPM support.

I think you are right because:

> Here are my Emacs configuration options (accessible through
> system-configuration-options variable):

This is mine:

" '--build=i486-linux-gnu' '--host=i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs22:/etc/emacs:/usr/local/share/emacs/22.2/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.2/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.2/leim' '--with-x=no' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2' 'LDFLAGS=-g' 'CPPFLAGS='"

I am using the debian package  emacs22-nox and I am thinking tha package
mantainer did compile the package without support of any kind of image.

> Since, I don't use this addon, I'm not sure if this is the case.

-- 
Ciao
leandro
to write me remove MANISUDICIE from the address below

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: Trouble with newsticker
  2009-02-02  9:06   ` leandro noferini
@ 2009-02-02 10:05     ` Peter Dyballa
  2009-02-07 13:39     ` gherdo
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Dyballa @ 2009-02-02 10:05 UTC (permalink / raw)
  To: leandro noferini; +Cc: help-gnu-emacs


Am 02.02.2009 um 10:06 schrieb leandro noferini:

> I am using the debian package  emacs22-nox and I am thinking tha  
> package
> mantainer did compile the package without support of any kind of  
> image.

You should use an Emacs package without that "-nox" addition. This  
package would also allow to launch GNU Emacs inside a terminal  
emulation, but it's not likely that this version, though supporting  
XPM image type, could display XPM graphics in this terminal. This is  
likely to work when GNU Emacs runs freely as an X client ...

--
Greetings

   Pete

Bigamy is having one wife too many. Monogamy is the same.
				– Oscar Wilde







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

* Re: Trouble with newsticker
  2009-02-02  9:06   ` leandro noferini
  2009-02-02 10:05     ` Peter Dyballa
@ 2009-02-07 13:39     ` gherdo
  1 sibling, 0 replies; 5+ messages in thread
From: gherdo @ 2009-02-07 13:39 UTC (permalink / raw)
  To: help-gnu-emacs

leandro noferini wrote:

> Ashish SHUKLA ha scritto:
>
>>> Invalid image type `xpm'
>>
>> Looks like your emacs is not compiled with XPM support.
>
> I think you are right because:

> I am using the debian package emacs22-nox and I am thinking tha package
> mantainer did compile the package without support of any kind of image.

Ciao Leandro. Try emacs22[-gtk] -nw instead.

-- 
Systems.Administrators.like.things.automated.


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

end of thread, other threads:[~2009-02-07 13:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-01 21:55 Trouble with newsticker leandro noferini
2009-02-02  5:20 ` Ashish SHUKLA
2009-02-02  9:06   ` leandro noferini
2009-02-02 10:05     ` Peter Dyballa
2009-02-07 13:39     ` gherdo

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.