Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* openwith interferes with Gnus (due to gnus.svg)
@ 2013-01-25 18:38 Marius Hofert
  2013-01-25 20:00 ` Marius Hofert
  0 siblings, 1 reply; 2+ messages in thread
From: Marius Hofert @ 2013-01-25 18:38 UTC (permalink / raw)
  To: Emacs Gnus; +Cc: markus.triska

Hi,

I recently started to use 'openwith' (for easily open files) via:

,----[ in ~/.emacs: ]
| (add-to-list 'load-path "~/.emacs.d/openwith")
| (require 'openwith)
| (openwith-mode t)
| (setq openwith-associations
|       (quote (("\\.pdf\\'"  "okular" (file))
| 	      ("\\.svg\\'"  "eog" (file))| 	    
| 	      ("\\.jpg\\'"  "okular" (file))
| 	      )))
`----

If I know open Gnus via "M-x gnus", the picture gnus.svg that's shown on the
startup of Gnus is opened in eog. Gnus, however, is not started anymore. 

I'm not sure if that's a) a bug of Gnus; b) a bug of openwith; or c) a feature
:-)

Is it possible to remove gnus.svg so that this problem does not appear anymore?

Cheers,

Marius

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

* Re: openwith interferes with Gnus (due to gnus.svg)
  2013-01-25 18:38 openwith interferes with Gnus (due to gnus.svg) Marius Hofert
@ 2013-01-25 20:00 ` Marius Hofert
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Hofert @ 2013-01-25 20:00 UTC (permalink / raw)
  To: Emacs Gnus

... Okay, using

,----
| (setq gnus-inhibit-startup-message t)
`----

solved the problem.



Marius Hofert writes:

> Hi,
>
> I recently started to use 'openwith' (for easily open files) via:
>
> ,----[ in ~/.emacs: ]
> | (add-to-list 'load-path "~/.emacs.d/openwith")
> | (require 'openwith)
> | (openwith-mode t)
> | (setq openwith-associations
> |       (quote (("\\.pdf\\'"  "okular" (file))
> | 	      ("\\.svg\\'"  "eog" (file))| 	    
> | 	      ("\\.jpg\\'"  "okular" (file))
> | 	      )))
> `----
>
> If I know open Gnus via "M-x gnus", the picture gnus.svg that's shown on the
> startup of Gnus is opened in eog. Gnus, however, is not started anymore. 
>
> I'm not sure if that's a) a bug of Gnus; b) a bug of openwith; or c) a feature
> :-)
>
> Is it possible to remove gnus.svg so that this problem does not appear anymore?
>
> Cheers,
>
> Marius

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

end of thread, other threads:[~2013-01-25 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-25 18:38 openwith interferes with Gnus (due to gnus.svg) Marius Hofert
2013-01-25 20:00 ` Marius Hofert

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