Merge from emacs-23
This commit is contained in:
commit
77ab81d054
1937 changed files with 2344 additions and 2348 deletions
2
INSTALL
2
INSTALL
|
|
@ -1,6 +1,6 @@
|
||||||
GNU Emacs Installation Guide
|
GNU Emacs Installation Guide
|
||||||
Copyright (C) 1992, 1994, 1996, 1997, 2000, 2001, 2002, 2003, 2004,
|
Copyright (C) 1992, 1994, 1996, 1997, 2000, 2001, 2002, 2003, 2004,
|
||||||
2005, 2006, 2007, 2008, 2009, 2010
|
2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
See the end of the file for license conditions.
|
See the end of the file for license conditions.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
See the end of the file for license conditions.
|
See the end of the file for license conditions.
|
||||||
|
|
||||||
|
|
|
||||||
2
README
2
README
|
|
@ -1,5 +1,5 @@
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
||||||
2010 Free Software Foundation, Inc.
|
2010, 2011 Free Software Foundation, Inc.
|
||||||
See the end of the file for license conditions.
|
See the end of the file for license conditions.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
2011-01-14 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
|
* admin.el (set-copyright): Also handle \year in refcards/*.tex.
|
||||||
|
|
||||||
|
2011-01-14 Eli Zaretskii <eliz@gnu.org>
|
||||||
2011-01-14 Glenn Morris <rgm@gnu.org>
|
2011-01-14 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
* bzrmerge.el: Require cl when compiling.
|
* bzrmerge.el: Require cl when compiling.
|
||||||
|
|
@ -996,8 +1001,8 @@
|
||||||
;; coding: utf-8
|
;; coding: utf-8
|
||||||
;; End:
|
;; End:
|
||||||
|
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
||||||
2008, 2009, 2010 Free Software Foundation, Inc.
|
2010, 2011 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
||||||
2010 Free Software Foundation, Inc.
|
2010, 2011 Free Software Foundation, Inc.
|
||||||
See the end of the file for license conditions.
|
See the end of the file for license conditions.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
;;; admin.el --- utilities for Emacs administration
|
;;; admin.el --- utilities for Emacs administration
|
||||||
|
|
||||||
;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
||||||
;; 2010 Free Software Foundation, Inc.
|
;; 2010, 2011 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; This file is part of GNU Emacs.
|
;; This file is part of GNU Emacs.
|
||||||
|
|
||||||
|
|
@ -160,7 +160,6 @@ Root must be the root of an Emacs source tree."
|
||||||
version (rx (and "Version=" (submatch (1+ (in "0-9.")))))))
|
version (rx (and "Version=" (submatch (1+ (in "0-9.")))))))
|
||||||
|
|
||||||
;; Note this makes some assumptions about form of short copyright.
|
;; Note this makes some assumptions about form of short copyright.
|
||||||
;; FIXME add the \year in the refcards/*.tex files.
|
|
||||||
(defun set-copyright (root copyright)
|
(defun set-copyright (root copyright)
|
||||||
"Set Emacs short copyright to COPYRIGHT in relevant files under ROOT.
|
"Set Emacs short copyright to COPYRIGHT in relevant files under ROOT.
|
||||||
Root must be the root of an Emacs source tree."
|
Root must be the root of an Emacs source tree."
|
||||||
|
|
@ -174,16 +173,16 @@ Root must be the root of an Emacs source tree."
|
||||||
(error "%s doesn't seem to be the root of an Emacs source tree" root))
|
(error "%s doesn't seem to be the root of an Emacs source tree" root))
|
||||||
(set-version-in-file root "src/emacs.c" copyright
|
(set-version-in-file root "src/emacs.c" copyright
|
||||||
(rx (and "emacs_copyright" (0+ (not (in ?\")))
|
(rx (and "emacs_copyright" (0+ (not (in ?\")))
|
||||||
?\" (submatch (1+ (not (in ?\")))) ?\")))
|
?\" (submatch (1+ (not (in ?\")))) ?\")))
|
||||||
(set-version-in-file root "lib-src/ebrowse.c" copyright
|
(set-version-in-file root "lib-src/ebrowse.c" copyright
|
||||||
(rx (and "emacs_copyright" (0+ (not (in ?\")))
|
(rx (and "emacs_copyright" (0+ (not (in ?\")))
|
||||||
?\" (submatch (1+ (not (in ?\")))) ?\")))
|
?\" (submatch (1+ (not (in ?\")))) ?\")))
|
||||||
(set-version-in-file root "lib-src/etags.c" copyright
|
(set-version-in-file root "lib-src/etags.c" copyright
|
||||||
(rx (and "emacs_copyright" (0+ (not (in ?\")))
|
(rx (and "emacs_copyright" (0+ (not (in ?\")))
|
||||||
?\" (submatch (1+ (not (in ?\")))) ?\")))
|
?\" (submatch (1+ (not (in ?\")))) ?\")))
|
||||||
(set-version-in-file root "lib-src/rcs2log" copyright
|
(set-version-in-file root "lib-src/rcs2log" copyright
|
||||||
(rx (and "Copyright" (0+ space) ?= (0+ space)
|
(rx (and "Copyright" (0+ space) ?= (0+ space)
|
||||||
?\' (submatch (1+ nonl)))))
|
?\' (submatch (1+ nonl)))))
|
||||||
;; This one is a nuisance, as it needs to be split over two lines.
|
;; This one is a nuisance, as it needs to be split over two lines.
|
||||||
(string-match "\\(.*[0-9]\\{4\\} *\\)\\(.*\\)" copyright)
|
(string-match "\\(.*[0-9]\\{4\\} *\\)\\(.*\\)" copyright)
|
||||||
;; nextstep.
|
;; nextstep.
|
||||||
|
|
@ -199,7 +198,18 @@ Root must be the root of an Emacs source tree."
|
||||||
(set-version-in-file
|
(set-version-in-file
|
||||||
root "nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist"
|
root "nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist"
|
||||||
copyright (rx (and "Copyright" (0+ space) ?\= (0+ space)
|
copyright (rx (and "Copyright" (0+ space) ?\= (0+ space)
|
||||||
?\" (submatch (1+ (not (in ?\"))))))))
|
?\" (submatch (1+ (not (in ?\")))))))
|
||||||
|
(when (string-match "\\([0-9]\\{4\\}\\)" copyright)
|
||||||
|
(setq copyright (match-string 1 copyright))
|
||||||
|
(dolist (file (directory-files (expand-file-name "etc/refcards" root)
|
||||||
|
t "\\.tex\\'"))
|
||||||
|
(unless (string-match "gnus-refcard\\.tex" file)
|
||||||
|
(set-version-in-file
|
||||||
|
root file copyright
|
||||||
|
(concat (if (string-match "ru-refcard\\.tex" file)
|
||||||
|
"\\\\newcommand{\\\\cyear}\\[0\\]{"
|
||||||
|
"\\\\def\\\\year{")
|
||||||
|
"\\([0-9]\\{4\\}\\)}.+%.+copyright year"))))))
|
||||||
|
|
||||||
(provide 'admin)
|
(provide 'admin)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* Allocate X colors. Used for testing with dense colormaps.
|
/* Allocate X colors. Used for testing with dense colormaps.
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#! /usr/bin/perl
|
#! /usr/bin/perl
|
||||||
# Build Emacs in several different configurations.
|
# Build Emacs in several different configurations.
|
||||||
|
|
||||||
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This file is part of GNU Emacs.
|
# This file is part of GNU Emacs.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Makefile -- Makefile to generate charset maps in etc/charsets.
|
# Makefile -- Makefile to generate charset maps in etc/charsets.
|
||||||
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
# National Institute of Advanced Industrial Science and Technology (AIST)
|
# National Institute of Advanced Industrial Science and Technology (AIST)
|
||||||
# Registration Number H13PRO009
|
# Registration Number H13PRO009
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
# National Institute of Advanced Industrial Science and Technology (AIST)
|
# National Institute of Advanced Industrial Science and Technology (AIST)
|
||||||
# Registration Number H13PRO009
|
# Registration Number H13PRO009
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# compact.awk -- Make charset map compact.
|
# compact.awk -- Make charset map compact.
|
||||||
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
# National Institute of Advanced Industrial Science and Technology (AIST)
|
# National Institute of Advanced Industrial Science and Technology (AIST)
|
||||||
# Registration Number H13PRO009
|
# Registration Number H13PRO009
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# cp51932.awk -- Generate a translation table for CP51932.
|
# cp51932.awk -- Generate a translation table for CP51932.
|
||||||
# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
# National Institute of Advanced Industrial Science and Technology (AIST)
|
# National Institute of Advanced Industrial Science and Technology (AIST)
|
||||||
# Registration Number H13PRO009
|
# Registration Number H13PRO009
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# cp932.awk -- Add sort keys and append user defined area to CP932-2BYTE.map.
|
# cp932.awk -- Add sort keys and append user defined area to CP932-2BYTE.map.
|
||||||
# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
# National Institute of Advanced Industrial Science and Technology (AIST)
|
# National Institute of Advanced Industrial Science and Technology (AIST)
|
||||||
# Registration Number H13PRO009
|
# Registration Number H13PRO009
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# eucjp-ms.awk -- Generate a translation table for eucJP-ms.
|
# eucjp-ms.awk -- Generate a translation table for eucJP-ms.
|
||||||
# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
# National Institute of Advanced Industrial Science and Technology (AIST)
|
# National Institute of Advanced Industrial Science and Technology (AIST)
|
||||||
# Registration Number H13PRO009
|
# Registration Number H13PRO009
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
# National Institute of Advanced Industrial Science and Technology (AIST)
|
# National Institute of Advanced Industrial Science and Technology (AIST)
|
||||||
# Registration Number H13PRO009
|
# Registration Number H13PRO009
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
# National Institute of Advanced Industrial Science and Technology (AIST)
|
# National Institute of Advanced Industrial Science and Technology (AIST)
|
||||||
# Registration Number H13PRO009
|
# Registration Number H13PRO009
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
# National Institute of Advanced Industrial Science and Technology (AIST)
|
# National Institute of Advanced Industrial Science and Technology (AIST)
|
||||||
# Registration Number H13PRO009
|
# Registration Number H13PRO009
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
Copyright (C) 2009, 2010
|
Copyright (C) 2009, 2010, 2011
|
||||||
National Institute of Advanced Industrial Science and Technology (AIST)
|
National Institute of Advanced Industrial Science and Technology (AIST)
|
||||||
Registration Number H13PRO009
|
Registration Number H13PRO009
|
||||||
See the end of the file for license conditions.
|
See the end of the file for license conditions.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
;; mule-charsets.el -- Generate Mule-orignal charset maps.
|
;; mule-charsets.el -- Generate Mule-orignal charset maps.
|
||||||
;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
;; National Institute of Advanced Industrial Science and Technology (AIST)
|
;; National Institute of Advanced Industrial Science and Technology (AIST)
|
||||||
;; Registration Number H13PRO009
|
;; Registration Number H13PRO009
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
;;; cus-test.el --- tests for custom types and load problems
|
;;; cus-test.el --- tests for custom types and load problems
|
||||||
|
|
||||||
;; Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
;; Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
;; Free Software Foundation, Inc.
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This file is part of GNU Emacs.
|
# This file is part of GNU Emacs.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
||||||
## 2010 Free Software Foundation, Inc.
|
## 2010, 2011 Free Software Foundation, Inc.
|
||||||
|
|
||||||
## Author: Francesco Potorti` <pot@gnu.org>
|
## Author: Francesco Potorti` <pot@gnu.org>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Build Emacs with various options for profiling, debugging,
|
# Build Emacs with various options for profiling, debugging,
|
||||||
# with and without warnings enabled etc.
|
# with and without warnings enabled etc.
|
||||||
|
|
||||||
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This file is part of GNU Emacs.
|
# This file is part of GNU Emacs.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
See the end of the file for license conditions.
|
See the end of the file for license conditions.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
See the end of the file for license conditions.
|
See the end of the file for license conditions.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Some lisp/emacs-lisp/ Features and Where They Are Documented
|
Some lisp/emacs-lisp/ Features and Where They Are Documented
|
||||||
|
|
||||||
Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
See the end of the file for license conditions.
|
See the end of the file for license conditions.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
-*- coding: utf-8; mode: text; -*-
|
-*- coding: utf-8; mode: text; -*-
|
||||||
|
|
||||||
Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
See the end of the file for license conditions.
|
See the end of the file for license conditions.
|
||||||
|
|
||||||
From README.multi-tty in the multi-tty branch.
|
From README.multi-tty in the multi-tty branch.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
-*-mode: text; coding: latin-1;-*-
|
-*-mode: text; coding: latin-1;-*-
|
||||||
|
|
||||||
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
See the end of the file for license conditions.
|
See the end of the file for license conditions.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
See the end of the file for license conditions.
|
See the end of the file for license conditions.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
See the end of the file for license conditions.
|
See the end of the file for license conditions.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
### quick-install-emacs --- do a halfway-decent job of installing emacs quickly
|
### quick-install-emacs --- do a halfway-decent job of installing emacs quickly
|
||||||
|
|
||||||
## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
## 2010 Free Software Foundation, Inc.
|
## Free Software Foundation, Inc.
|
||||||
|
|
||||||
## Author: Miles Bader <miles@gnu.org>
|
## Author: Miles Bader <miles@gnu.org>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Makefile -- Makefile to generate character property tables.
|
# Makefile -- Makefile to generate character property tables.
|
||||||
# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010
|
# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
# National Institute of Advanced Industrial Science and Technology (AIST)
|
# National Institute of Advanced Industrial Science and Technology (AIST)
|
||||||
# Registration Number H13PRO009
|
# Registration Number H13PRO009
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# makefile.w32-in -- W32 -*- Makefile -*- to generate character property tables.
|
# makefile.w32-in -- W32 -*- Makefile -*- to generate character property tables.
|
||||||
# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010
|
# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
# National Institute of Advanced Industrial Science and Technology (AIST)
|
# National Institute of Advanced Industrial Science and Technology (AIST)
|
||||||
# Registration Number H13PRO009
|
# Registration Number H13PRO009
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
;; unidata-gen.el -- Create files containing character property data.
|
;; unidata-gen.el -- Create files containing character property data.
|
||||||
;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010
|
;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
;; National Institute of Advanced Industrial Science and Technology (AIST)
|
;; National Institute of Advanced Industrial Science and Technology (AIST)
|
||||||
;; Registration Number H13PRO009
|
;; Registration Number H13PRO009
|
||||||
|
|
||||||
|
|
@ -1241,7 +1241,7 @@ Property value is a character."
|
||||||
(byte-compile describer)
|
(byte-compile describer)
|
||||||
(setq describer (symbol-function describer)))
|
(setq describer (symbol-function describer)))
|
||||||
(set-char-table-extra-slot table 3 describer))
|
(set-char-table-extra-slot table 3 describer))
|
||||||
(insert ";; Copyright (C) 1991-2009, 2010 Unicode, Inc.
|
(insert ";; Copyright (C) 1991-2009 Unicode, Inc.
|
||||||
;; This file was generated from the Unicode data file at
|
;; This file was generated from the Unicode data file at
|
||||||
;; http://www.unicode.org/Public/UNIDATA/UnicodeData.txt.
|
;; http://www.unicode.org/Public/UNIDATA/UnicodeData.txt.
|
||||||
;; See lisp/international/README for the copyright and permission notice.\n"
|
;; See lisp/international/README for the copyright and permission notice.\n"
|
||||||
|
|
@ -1261,5 +1261,4 @@ Property value is a character."
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;; arch-tag: 961c862e-b821-447e-9b8a-bfbab9c2d525
|
|
||||||
;;; unidata-gen.el ends here
|
;;; unidata-gen.el ends here
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
rem ----------------------------------------------------------------------
|
rem ----------------------------------------------------------------------
|
||||||
rem Configuration script for MSDOS
|
rem Configuration script for MSDOS
|
||||||
rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003
|
rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003
|
||||||
rem 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
rem 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
|
|
||||||
rem This file is part of GNU Emacs.
|
rem This file is part of GNU Emacs.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3456,7 +3456,7 @@ AC_SUBST(WINDOW_SUPPORT)
|
||||||
|
|
||||||
AH_TOP([/* GNU Emacs site configuration template file.
|
AH_TOP([/* GNU Emacs site configuration template file.
|
||||||
Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005,
|
Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005,
|
||||||
2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7540,7 +7540,7 @@
|
||||||
;; End:
|
;; End:
|
||||||
|
|
||||||
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
|
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
|
||||||
2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
#### Makefile for the Emacs Manual
|
#### Makefile for the Emacs Manual
|
||||||
|
|
||||||
# Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
# Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
# 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
# 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
# Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
# This file is part of GNU Emacs.
|
# This file is part of GNU Emacs.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, 2003,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, 2003,
|
||||||
@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
@c 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Abbrevs
|
@node Abbrevs
|
||||||
@chapter Abbrevs
|
@chapter Abbrevs
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003,
|
@c Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003,
|
||||||
@c 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@c
|
@c
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
@c Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
|
|
||||||
@node Antinews, Mac OS / GNUstep, X Resources, Top
|
@node Antinews, Mac OS / GNUstep, X Resources, Top
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@c
|
@c
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
||||||
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Basic, Minibuffer, Exiting, Top
|
@node Basic, Minibuffer, Exiting, Top
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
||||||
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Buffers, Windows, Files, Top
|
@node Buffers, Windows, Files, Top
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
||||||
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Building, Maintaining, Programs, Top
|
@node Building, Maintaining, Programs, Top
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@c
|
@c
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
||||||
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Calendar/Diary, Document View, Dired, Top
|
@node Calendar/Diary, Document View, Dired, Top
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
||||||
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Emacs Invocation, X Resources, GNU Free Documentation License, Top
|
@node Emacs Invocation, X Resources, GNU Free Documentation License, Top
|
||||||
@appendix Command Line Arguments for Emacs Invocation
|
@appendix Command Line Arguments for Emacs Invocation
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
||||||
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@iftex
|
@iftex
|
||||||
@chapter Characters, Keys and Commands
|
@chapter Characters, Keys and Commands
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
||||||
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Customization, Quitting, Amusements, Top
|
@node Customization, Quitting, Amusements, Top
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@c
|
@c
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
||||||
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Dired, Calendar/Diary, Rmail, Top
|
@node Dired, Calendar/Diary, Rmail, Top
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
||||||
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
|
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
@copying
|
@copying
|
||||||
This manual describes specialized features of Emacs.
|
This manual describes specialized features of Emacs.
|
||||||
|
|
||||||
Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
@quotation
|
@quotation
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ updated for Emacs version @value{EMACSVER}.
|
||||||
|
|
||||||
Copyright @copyright{} 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997,
|
Copyright @copyright{} 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997,
|
||||||
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
||||||
2010 Free Software Foundation, Inc.
|
2010, 2011 Free Software Foundation, Inc.
|
||||||
|
|
||||||
@quotation
|
@quotation
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@c
|
@c
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 2001, 2002, 2003,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 2001, 2002, 2003,
|
||||||
@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
@c 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@iftex
|
@iftex
|
||||||
@chapter Entering and Exiting Emacs
|
@chapter Entering and Exiting Emacs
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000,
|
||||||
@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Files, Buffers, Keyboard Macros, Top
|
@node Files, Buffers, Keyboard Macros, Top
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
||||||
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Fixit, Keyboard Macros, Search, Top
|
@node Fixit, Keyboard Macros, Search, Top
|
||||||
@chapter Commands for Fixing Typos
|
@chapter Commands for Fixing Typos
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@c
|
@c
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000,
|
||||||
@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Frames, International, Windows, Top
|
@node Frames, International, Windows, Top
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
||||||
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Glossary, Key Index, Intro, Top
|
@node Glossary, Key Index, Intro, Top
|
||||||
@unnumbered Glossary
|
@unnumbered Glossary
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1995, 2001, 2002, 2003, 2004,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1995, 2001, 2002, 2003, 2004,
|
||||||
@c 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
@c 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c
|
@c
|
||||||
@c Permission is granted to anyone to make or distribute verbatim copies
|
@c Permission is granted to anyone to make or distribute verbatim copies
|
||||||
@c of this document, in any medium, provided that the copyright notice and
|
@c of this document, in any medium, provided that the copyright notice and
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
||||||
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Help, Mark, M-x, Top
|
@node Help, Mark, M-x, Top
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
||||||
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Indentation, Text, Major Modes, Top
|
@node Indentation, Text, Major Modes, Top
|
||||||
@chapter Indentation
|
@chapter Indentation
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
||||||
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
||||||
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Keyboard Macros, Files, Fixit, Top
|
@node Keyboard Macros, Files, Fixit, Top
|
||||||
@chapter Keyboard Macros
|
@chapter Keyboard Macros
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
||||||
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node M-x, Help, Minibuffer, Top
|
@node M-x, Help, Minibuffer, Top
|
||||||
@chapter Running Commands by Name
|
@chapter Running Commands by Name
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
|
@c Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
|
||||||
@c 2009, 2010 Free Software Foundation, Inc.
|
@c 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Mac OS / GNUstep, Microsoft Windows, Antinews, Top
|
@node Mac OS / GNUstep, Microsoft Windows, Antinews, Top
|
||||||
@appendix Emacs and Mac OS / GNUstep
|
@appendix Emacs and Mac OS / GNUstep
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000,
|
||||||
@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Maintaining, Abbrevs, Building, Top
|
@node Maintaining, Abbrevs, Building, Top
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
||||||
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Major Modes, Indentation, International, Top
|
@node Major Modes, Indentation, International, Top
|
||||||
@chapter Major Modes
|
@chapter Major Modes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#### -*- Makefile -*- for the Emacs Manual
|
#### -*- Makefile -*- for the Emacs Manual
|
||||||
|
|
||||||
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This file is part of GNU Emacs.
|
# This file is part of GNU Emacs.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
||||||
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Mark, Killing, Help, Top
|
@node Mark, Killing, Help, Top
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
||||||
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Minibuffer, M-x, Basic, Top
|
@node Minibuffer, M-x, Basic, Top
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
||||||
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@iftex
|
@iftex
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@c
|
@c
|
||||||
@c This file is included either in emacs-xtra.texi (when producing the
|
@c This file is included either in emacs-xtra.texi (when producing the
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
||||||
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Microsoft Windows, Manifesto, Mac OS / GNUstep, Top
|
@node Microsoft Windows, Manifesto, Mac OS / GNUstep, Top
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004,
|
@c Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||||
@c 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
@c 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node International, Major Modes, Frames, Top
|
@node International, Major Modes, Frames, Top
|
||||||
@chapter International Character Set Support
|
@chapter International Character Set Support
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@c
|
@c
|
||||||
@c This file is included either in emacs-xtra.texi (when producing the
|
@c This file is included either in emacs-xtra.texi (when producing the
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000,
|
||||||
@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Programs, Building, Text, Top
|
@node Programs, Building, Text, Top
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
||||||
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Registers, Display, Killing, Top
|
@node Registers, Display, Killing, Top
|
||||||
@chapter Registers
|
@chapter Registers
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
||||||
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Rmail, Dired, Sending Mail, Top
|
@node Rmail, Dired, Sending Mail, Top
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
||||||
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Screen, User Input, Acknowledgments, Top
|
@node Screen, User Input, Acknowledgments, Top
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 2002,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 2002,
|
||||||
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Search, Fixit, Display, Top
|
@node Search, Fixit, Display, Top
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 2002,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 2002,
|
||||||
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Sending Mail
|
@node Sending Mail
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
||||||
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Text, Programs, Indentation, Top
|
@node Text, Programs, Indentation, Top
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
||||||
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@iftex
|
@iftex
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@c
|
@c
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@c
|
@c
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
|
||||||
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node Windows, Frames, Buffers, Top
|
@node Windows, Frames, Buffers, Top
|
||||||
@chapter Multiple Windows
|
@chapter Multiple Windows
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@c This is part of the Emacs manual.
|
@c This is part of the Emacs manual.
|
||||||
@c Copyright (C) 1987, 1993, 1994, 1995, 1997, 2001, 2002, 2003,
|
@c Copyright (C) 1987, 1993, 1994, 1995, 1997, 2001, 2002, 2003,
|
||||||
@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
@c 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
@node X Resources, Antinews, Emacs Invocation, Top
|
@node X Resources, Antinews, Emacs Invocation, Top
|
||||||
@appendix X Options and Resources
|
@appendix X Options and Resources
|
||||||
|
|
|
||||||
|
|
@ -449,8 +449,8 @@
|
||||||
;; coding: utf-8
|
;; coding: utf-8
|
||||||
;; End:
|
;; End:
|
||||||
|
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
2010 Free Software Foundation, Inc.
|
2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
#### Makefile for the Emacs Lisp Introduction manual
|
#### Makefile for the Emacs Lisp Introduction manual
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003,
|
||||||
# 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
# 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
# Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
# This file is part of GNU Emacs.
|
# This file is part of GNU Emacs.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
See the end of the file for license conditions.
|
See the end of the file for license conditions.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
%%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu)
|
%%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu)
|
||||||
|
|
||||||
% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
% 2008, 2009, 2010 Free Software Foundation, Inc.
|
% 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
%
|
%
|
||||||
% This file is part of GNU Emacs.
|
% This file is part of GNU Emacs.
|
||||||
%
|
%
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
%%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu)
|
%%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu)
|
||||||
|
|
||||||
% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
% 2008, 2009, 2010 Free Software Foundation, Inc.
|
% 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
%
|
%
|
||||||
% This file is part of GNU Emacs.
|
% This file is part of GNU Emacs.
|
||||||
%
|
%
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
%%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu)
|
%%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu)
|
||||||
|
|
||||||
% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
% 2008, 2009, 2010 Free Software Foundation, Inc.
|
% 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
%
|
%
|
||||||
% This file is part of GNU Emacs.
|
% This file is part of GNU Emacs.
|
||||||
%
|
%
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
%%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu)
|
%%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu)
|
||||||
|
|
||||||
% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
% 2008, 2009, 2010 Free Software Foundation, Inc.
|
% 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
%
|
%
|
||||||
% This file is part of GNU Emacs.
|
% This file is part of GNU Emacs.
|
||||||
%
|
%
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
%%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu)
|
%%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu)
|
||||||
|
|
||||||
% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
% 2008, 2009, 2010 Free Software Foundation, Inc.
|
% 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
%
|
%
|
||||||
% This file is part of GNU Emacs.
|
% This file is part of GNU Emacs.
|
||||||
%
|
%
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
%%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu)
|
%%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu)
|
||||||
|
|
||||||
% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
% 2008, 2009, 2010 Free Software Foundation, Inc.
|
% 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
%
|
%
|
||||||
% This file is part of GNU Emacs.
|
% This file is part of GNU Emacs.
|
||||||
%
|
%
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue