[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [PATCH] Give possibility to start gnus with gnus-no-server
From: |
Jarmo Hurri |
Subject: |
Re: [O] [PATCH] Give possibility to start gnus with gnus-no-server |
Date: |
Tue, 25 Sep 2012 07:29:52 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) |
Bastien <address@hidden> writes:
>> I tried to use org today together with gnus, but was unable to access
>> gnus via org, because I always start gnus with gnus-no-server.
>
> (defalias 'gnus 'gnus-no-alias)
>
> in your .emacs.el should do, no?
Greetings.
You probably mean
(defalias 'gnus 'gnus-no-server)
which, to my ashtonishment, did not do it. I don't know why. It did not
matter whether I defined the alias before or after requiring org.
It is also possible for a user to run both gnus and gnus-no-server
(e.g., the latter when there is no connection to the news server).
--
Jarmo