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

_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to