• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/gnus/

Lines Matching +defs:other +defs:file

10 ;; This file is part of GNU Emacs.
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
203 "Score and kill file handling."
227 "Score and kill file names."
249 (defgroup gnus-dribble-file nil
250 "Auto save file."
259 "Options related to newsservers and other servers used by Gnus."
345 '((:type xpm :file "gnus-pointer.xpm"
347 (:type xbm :file "gnus-pointer.xbm"
1011 `((:type xpm :file "gnus.xpm"
1017 (:type pbm :file "gnus.pbm"
1021 (:type xbm :file "gnus.xbm"
1076 (if (string-match "gnus-other-frame" command)
1196 All other Gnus file and directory variables are initialized from this variable."
1202 "*Directory variable from which all other Gnus file variables are derived.
1204 Note that Gnus is mostly loaded when the `.gnus.el' file is read.
1205 This means that other directory variables that are initialized from
1236 (defcustom gnus-nntpserver-file "/etc/nntpserver"
1237 "A file with only the name of the nntp server in it."
1240 :type 'file)
1245 `gnus-nntpserver-file' file."
1247 (and (file-readable-p gnus-nntpserver-file)
1249 (insert-file-contents gnus-nntpserver-file)
1320 However, you may wish to store the message on some other server. In
1415 This will most commonly be on a remote machine, and the file will be
1504 (defcustom gnus-use-long-file-name (not (memq system-type '(usg-unix-v xenix)))
1505 "*Non-nil means that the default name of a file to save articles in is the group name.
1509 `not-score', long file names will not be used for score files; if it
1510 contains the element `not-save', long file names will not be used for
1511 saving; and if it contains the element `not-kill', long file names
1516 to nil while on all other systems it defaults to t."
1696 of the select method. The other elements may be the category of
1697 this method (i. e., `post', `mail', `none' or whatever) or other
1726 (symbol :tag "other"))
1988 summary entry. There is other behavior associated with ham and
2007 spam. There is other behavior associated with ham and no
2302 (variable-item gnus-kill-file-mark)
2312 gnus-kill-file-mark
2325 (variable-item gnus-kill-file-mark)
2354 (defcustom gnus-apply-kill-hook '(gnus-apply-kill-file)
2356 This hook is intended to apply a kill file to the selected newsgroup.
2357 The function `gnus-apply-kill-file' is called by default.
2359 Since a general kill file is too heavy to use only for a few
2361 example, if you'd like to apply a kill file to articles which contains
2372 :options '(gnus-apply-kill-file)
2489 (defcustom gnus-other-frame-function 'gnus
2490 "Function called by the command `gnus-other-frame'."
2497 (defcustom gnus-other-frame-parameters nil
2498 "Frame parameters used by `gnus-other-frame' to create a Gnus frame.
2546 (gnus-message 1 "Edit your init file to make this change permanent.")
2608 (nnspool-active-file
2651 (defvar gnus-have-read-active-file nil)
2684 "Gnus variables saved in the quick startup file.")
2724 (defvar rmail-default-rmail-file)
2731 (defvar gnus-other-frame-object nil
2732 "A frame object which will be created by `gnus-other-frame'.")
2764 ("rmailout" rmail-output rmail-output-to-rmail-file)
2765 ("rmail" rmail-insert-rmail-file-header rmail-count-new-messages
2786 gnus-face-from-file)
2798 ("gnus-kill" gnus-kill gnus-apply-kill-file-internal
2799 gnus-kill-file-edit-file gnus-kill-file-raise-followups-to-author
2821 gnus-current-score-file-nondirectory gnus-score-adaptive
2822 gnus-score-find-trace gnus-score-file-name)
2846 gnus-summary-post-news gnus-summary-news-other-window
2850 gnus-summary-mail-forward gnus-summary-mail-other-window
2901 gnus-dribble-enter gnus-read-init-file gnus-dribble-touch)
2981 will be inserted into the summary just like information from any other
3280 (read-buffer prompt (other-buffer (current-buffer))))
3288 (read-file-name prompt nil default-directory 'lambda))
3290 (read-file-name prompt nil nil 'lambda))
3292 (read-file-name prompt))
3409 ;; Check whether to use long file names.
3410 (defun gnus-use-long-file-name (symbol)
3412 (and gnus-use-long-file-name
3414 (or (not (listp gnus-use-long-file-name))
3417 (not (memq symbol gnus-use-long-file-name)))))
3605 (let ((active (cadr (assq 'nnfolder-active-file
3608 (file-exists-p active))))))
3979 ;;; Kill file handling.
3982 (defun gnus-apply-kill-file ()
3983 "Apply a kill file to the current newsgroup.
3985 (if (or (file-exists-p (gnus-newsgroup-kill-file nil))
3986 (file-exists-p (gnus-newsgroup-kill-file gnus-newsgroup-name)))
3987 (gnus-apply-kill-file-internal)
3991 (let ((file (gnus-newsgroup-kill-file gnus-newsgroup-name)))
3992 (when (get-file-buffer file)
3994 (set-buffer (get-file-buffer file))
3999 (defcustom gnus-kill-file-name "KILL"
4005 (defun gnus-newsgroup-kill-file (newsgroup)
4006 "Return the name of a kill file name for NEWSGROUP.
4007 If NEWSGROUP is nil, return the global kill file name instead."
4009 ;; The global KILL file is placed at top of the directory.
4012 (expand-file-name gnus-kill-file-name
4015 ((gnus-use-long-file-name 'not-kill)
4016 (expand-file-name (concat (gnus-newsgroup-savable-name newsgroup)
4017 "." gnus-kill-file-name)
4021 (expand-file-name (concat (gnus-newsgroup-directory-form newsgroup)
4022 "/" gnus-kill-file-name)
4241 (defun gnus-other-frame (&optional arg display)
4244 option `gnus-other-frame-function' (default `gnus') with the argument
4268 (setq gnus-other-frame-object (window-frame window)))
4273 (setq gnus-other-frame-object
4275 (make-frame-on-display display gnus-other-frame-parameters)
4276 (make-frame gnus-other-frame-parameters))))
4279 (funcall gnus-other-frame-function arg)
4282 (when (and (frame-live-p gnus-other-frame-object)
4284 (delete-frame gnus-other-frame-object))
4285 (setq gnus-other-frame-object nil)))))))