* Set up erc for server::password:user
@ 2008-08-19 5:58 Csanyi Pal
2008-08-20 4:46 ` Kevin Rodgers
0 siblings, 1 reply; 2+ messages in thread
From: Csanyi Pal @ 2008-08-19 5:58 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
is there a way how to set up the Emacs so if one do M-x erc then to
get automatically the server name, port number, nickname and password?
Any advices will be appreciated!
--
Regards, Paul Csanyi
http://www.freewebs.com/csanyi-pal/index.htm
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Set up erc for server::password:user
2008-08-19 5:58 Set up erc for server::password:user Csanyi Pal
@ 2008-08-20 4:46 ` Kevin Rodgers
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2008-08-20 4:46 UTC (permalink / raw)
To: help-gnu-emacs
Csanyi Pal wrote:
> Hi,
>
> is there a way how to set up the Emacs so if one do M-x erc then to
> get automatically the server name, port number, nickname and password?
>
> Any advices will be appreciated!
The following lines from erc.el suggest that you can setq them in your
~/.emacs file (or M-x customize them if you prefer):
(defcustom erc-server nil
...
(defcustom erc-port nil
...
(defcustom erc-nick nil
...
(defvar erc-password nil
--
Kevin Rodgers
Denver, Colorado, USA
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-08-20 4:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-19 5:58 Set up erc for server::password:user Csanyi Pal
2008-08-20 4:46 ` Kevin Rodgers
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.