X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=lisp%2Friece-options.el;h=51735ffa0545f208469ae903c44b025b1074d956;hp=26f1463484899583c0ed242817d593f6adb9a0c7;hb=f72b8ae090b1eab6d37be2e18bd3b1585f3969e3;hpb=4c20eec6ae0b04122f6bc7e9698d109d582bdab0 diff --git a/lisp/riece-options.el b/lisp/riece-options.el index 26f1463..51735ff 100644 --- a/lisp/riece-options.el +++ b/lisp/riece-options.el @@ -116,7 +116,10 @@ way is to put Riece variables on .emacs or file loaded from there." riece-icon riece-ignore riece-log - riece-toolbar) + riece-toolbar + riece-alias + riece-ctlseq + riece-keyword) "Add-ons insinuated into Riece." :type '(repeat symbol) :group 'riece-options) @@ -196,8 +199,7 @@ way is to put Riece variables on .emacs or file loaded from there." (const :tag "No" nil)) :group 'riece-server) -(defcustom riece-username (or (getenv "IRCNAME") - (user-real-login-name)) +(defcustom riece-username nil "Your user name." :type 'string :group 'riece-server) @@ -271,6 +273,12 @@ way is to put Riece variables on .emacs or file loaded from there." :type '(string :tag "Quit message") :group 'riece-options) +(defcustom riece-part-message nil + "Default part message." + :type '(choice (const :tag "No message" nil) + (string :tag "Part message")) + :group 'riece-options) + (defcustom riece-away-message "Gone" "Default away message." :type '(string :tag "Away message") @@ -281,7 +289,7 @@ way is to put Riece variables on .emacs or file loaded from there." :type 'boolean :group 'riece-options) -(defcustom riece-buffer-dispose-function #'bury-buffer +(defcustom riece-buffer-dispose-function #'kill-buffer "Function called after the buffer was disposed." :type 'function :group 'riece-options) @@ -291,7 +299,7 @@ way is to put Riece variables on .emacs or file loaded from there." :type 'integer :group 'riece-options) -(defcustom riece-max-buffer-size 65535 +(defcustom riece-max-buffer-size nil "Maximum size of channel buffers." :type '(radio (integer :tag "Number of characters") (const nil))