Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f925b109
Commit
f925b109
authored
Nov 13, 2012
by
Glenn Morris
Browse files
* doc/misc/erc.texi (Connecting): Add brief section on passwords.
* etc/NEWS: Related edit.
parent
f99c65e5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
0 deletions
+28
-0
doc/misc/ChangeLog
doc/misc/ChangeLog
+1
-0
doc/misc/erc.texi
doc/misc/erc.texi
+24
-0
etc/NEWS
etc/NEWS
+3
-0
No files found.
doc/misc/ChangeLog
View file @
f925b109
...
...
@@ -2,6 +2,7 @@
* erc.texi (Modules): Undocument obsolete "hecomplete".
Add "notifications".
(Connecting): Add brief section on passwords.
2012-11-12 Glenn Morris <rgm@gnu.org>
...
...
doc/misc/erc.texi
View file @
f925b109
...
...
@@ -604,6 +604,30 @@ ERC should automatically attempt to connect with another nickname.
You can manually set another nickname with the /NICK command.
@end defopt
@subheading Password
@cindex password
@defopt erc-prompt-for-password
If non-@code
{
nil
}
(the default), @kbd
{
M-x erc
}
prompts for a password.
@end defopt
If you prefer, you can set this option to @code
{
nil
}
and use the
@code
{
auth-source
}
mechanism to store your password. For instance, if
you use @file
{
~/.authinfo
}
as your auth-source backend, then put
something like the following in that file:
@example
machine irc.example.net login "#fsf" password sEcReT
@end example
@noindent
ERC also consults @code
{
auth-source
}
to find any channel keys required
for the channels that you wish to autojoin, as specified by the
variable @code
{
erc-autojoin-channels-alist
}
.
For more details, @pxref
{
Top,,auth-source, auth, Emacs auth-source Library
}
.
@subheading Full name
@defun erc-compute-full-name
&
optional full-name
...
...
etc/NEWS
View file @
f925b109
...
...
@@ -438,9 +438,12 @@ The global binding for `M-=', `count-words-region' is in effect.
***
New module "notifications", which can send a notification when you
receive a private message or your nickname is mentioned.
+++
***
ERC will look up server/channel names via auth-source and use any
channel keys found.
*** FIXME erc-lurker-hide-list
+++
**
Flymake uses fringe bitmaps to indicate errors and warnings.
See `flymake-fringe-indicator-position', `flymake-error-bitmap' and
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment