info-gnus-english
[Top][All Lists]
Advanced

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

Re: openwith interferes with Gnus (due to gnus.svg)


From: Marius Hofert
Subject: Re: openwith interferes with Gnus (due to gnus.svg)
Date: Fri, 25 Jan 2013 21:00:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

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



reply via email to

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