Searched +refs:ps +refs:alist +refs:position (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Drcirc.el85 (defcustom rcirc-startup-channels-alist '(("^irc.freenode.net$" "#rcirc"))
88 :type '(alist :key-type string :value-type (repeat string))
169 :type '(alist :key-type (string :tag "Server")
256 (defcustom rcirc-coding-system-alist nil
268 :type '(alist :key-type (choice (string :tag "Channel Regexp")
296 ;; each process has an alist of (target . buffer) pairs
297 (defvar rcirc-buffer-alist nil)
398 (make-local-variable 'rcirc-buffer-alist)
399 (setq rcirc-buffer-alist nil)
484 (dolist (buffer (cons nil (mapcar 'cdr rcirc-buffer-alist)))
[all...]

Completed in 172 milliseconds