mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-14 09:39:42 +00:00
98bd6b321c
* doc/emacs/custom.texi (Terminal Init): Replace term-setup-hook with tty-setup-hook. * doc/lispref/display.texi (Window Systems): * doc/lispref/hooks.texi (Standard Hooks): Replace term-setup-hook with tty-setup-hook. * doc/lispref/os.texi (Startup Summary, Init File, Terminal-Specific): Replace term-setup-hook with tty-setup-hook, and update. * doc/misc/edt.texi (Quick start, Starting emulation): * doc/misc/efaq.texi (Fullscreen mode on MS-Windows) (Terminal setup code works after Emacs has begun): Update hook details. * doc/misc/vip.texi (Loading VIP): Fix hook example. * lisp/faces.el (tty-setup-hook, tty-run-terminal-initialization): Doc fixes. * lisp/startup.el (term-setup-hook): Doc fix. Make obsolete. * lisp/emulation/edt.el: Comment update. * lisp/term/sun.el (sun-raw-prefix-hooks): Use tty-setup-hook instead of term-setup-hook. (terminal-init-sun): Construct message from bytecomp plist. * lisp/term/wyse50.el (enable-arrow-keys): Doc fix. * etc/refcards/vipcard.tex: Hook fix. * etc/NEWS: Related edit. |
||
---|---|---|
.. | ||
calccard.tex | ||
cs-dired-ref.tex | ||
cs-refcard.tex | ||
cs-survival.tex | ||
de-refcard.tex | ||
dired-ref.tex | ||
emacsver.tex | ||
fr-dired-ref.tex | ||
fr-refcard.tex | ||
fr-survival.tex | ||
gnus-logo.eps | ||
gnus-logo.pdf | ||
gnus-refcard.tex | ||
Makefile | ||
orgcard.tex | ||
pdflayout.sty | ||
pl-refcard.tex | ||
pt-br-refcard.tex | ||
README | ||
refcard.tex | ||
ru-refcard.tex | ||
sk-dired-ref.tex | ||
sk-refcard.tex | ||
sk-survival.tex | ||
survival.tex | ||
vipcard.tex | ||
viperCard.tex |
Copyright (C) 2013-2014 Free Software Foundation, Inc. See the end of the file for license conditions. REFERENCE CARDS FOR GNU EMACS To generate these refcards, you need to install the TeX document production system. For example, <http://www.tug.org/texlive/>. All modern GNU/Linux distributions provide TeX packages, so the easiest way is just to install those. Your distribution may have split some of the files needed to process non-English output into separate, optional packages such as: texlive-lang-cyrillic, texlive-lang-czechslovak, texlive-lang-german, and texlive-lang-polish. Type `make all' (or `make pdf') to generate PDF versions of all the cards. For PostScript format, use `make ps'. To only generate the cards for a specific language, use e.g. `make french' or `make french-ps'. As mentioned above, you may need to install extra TeX packages for some languages. PDF and PS copies of these cards are also available at <http://www.gnu.org/software/emacs/refcards>. The FSF online store <http://shop.fsf.org/> sometimes has printed copies for sale. COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES The file gnus-logo.eps contains copyright and license information, but it is reproduced here for convenience. File: gnus-logo.eps, gnus-logo.pdf Author: Luis Fernandes <elf@ee.ryerson.ca> Copyright (C) 2001-2014 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.