Searched +refs:gnus +refs:file +refs:save +refs:name (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/etc/
H A Dgnus-refcard.tex7 % From this LaTeX file (gnus-refcard.tex) plus a single logo (gnus-logo.eps),
10 % gnus/texi/Makefile.
14 % latex gnus-refcard.tex &&
15 % dvips -t letter -f gnus-refcard.dvi > gnus-refcard.ps
17 % latex '\def\booklettrue{}\def\letterpapertrue{}\input{gnus-refcard}' &&
18 % mv gnus-refcard.dvi gnus
[all...]
H A Dorgcard.tex9 % This file can be printed with 1, 2, or 3 columns per page (see below).
37 % along with GNU Emacs; see the file COPYING. If not, write to
41 % This file is intended to be processed by plain TeX (TeX82).
44 % This file can be used to produce it in any of three ways:
184 % we also need the tilde, for file names.
205 % section - new major section. Argument is section name.
224 % \<...> - surrounds a variable name in a code example
238 % \key{description of key}{key-name}
239 % prints the description left-justified, and the key-name in a \kbd
251 % \metax{description of command}{M-x command-name}
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-uu.el0 ;;; gnus-uu.el --- extract (uu)encoded files in Gnus
6 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
10 ;; This file is part of GNU Emacs.
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
33 (require 'gnus)
34 (require 'gnus-art)
36 (require 'gnus-msg)
39 (defgroup gnus-extract nil
41 :prefix "gnus-uu-"
42 :group 'gnus)
[all...]
H A Dgnus.el0 ;;; gnus.el --- a newsreader for GNU Emacs
7 ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
10 ;; This file is part of GNU Emacs.
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
31 (eval '(run-hooks 'gnus-load-hook))
38 ;; These are defined afterwards with gnus-define-group-parameter
39 (defvar gnus-ham-process-destinations)
40 (defvar gnus-parameter-ham-marks-alist)
41 (defvar gnus-parameter-spam-marks-alist)
42 (defvar gnus
49 (defgroup gnus nil function
4283 (defun gnus (&optional arg dont-connect slave) function
[all...]
H A Dgnus-sum.el0 ;;; gnus-sum.el --- summary mode commands for Gnus
6 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
9 ;; This file is part of GNU Emacs.
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
34 (require 'gnus)
35 (require 'gnus-group)
36 (require 'gnus-spec)
37 (require 'gnus-range)
38 (require 'gnus-int)
39 (require 'gnus
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dmenu-bar.el10 ;; This file is part of GNU Emacs.
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
67 (defvar menu-bar-file-menu (make-sparse-keymap "File"))
68 (define-key global-map [menu-bar file] (cons "File" menu-bar-file-menu))
71 (defvar menu-bar-files-menu menu-bar-file-menu)
74 (defvar uniquify-buffer-name-style)
79 (define-key menu-bar-file-menu [exit-emacs]
80 '(menu-item "Exit Emacs" save-buffers-kill-emacs
83 (define-key menu-bar-file
[all...]

Completed in 203 milliseconds