Adjust X-URL
This commit is contained in:
parent
63381c91ed
commit
502ca00a6b
5 changed files with 20 additions and 7 deletions
|
@ -1,3 +1,16 @@
|
||||||
|
2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||||
|
|
||||||
|
* delim-col.el : Fix X-URL comment.
|
||||||
|
|
||||||
|
* printing.el : Fix X-URL comment.
|
||||||
|
|
||||||
|
* ps-print.el : Fix X-URL comment.
|
||||||
|
|
||||||
|
* progmodes/ebnf2ps.el : Fix X-URL comment.
|
||||||
|
|
||||||
|
* lpr.el (lpr-page-header-switches): Insert `*' at beginning of comment
|
||||||
|
to become an option.
|
||||||
|
|
||||||
2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
|
2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||||
|
|
||||||
* files.el (find-buffer-visiting): Don't get fooled by a nil inode.
|
* files.el (find-buffer-visiting): Don't get fooled by a nil inode.
|
||||||
|
|
|
@ -141,7 +141,7 @@ See definition of `print-region-1' for calling conventions."
|
||||||
;; Berkeley systems support -F, and GNU pr supports both -f and -F,
|
;; Berkeley systems support -F, and GNU pr supports both -f and -F,
|
||||||
;; So it looks like -F is a better default.
|
;; So it looks like -F is a better default.
|
||||||
(defcustom lpr-page-header-switches '("-h %s" "-F")
|
(defcustom lpr-page-header-switches '("-h %s" "-F")
|
||||||
"List of strings to use as options for the page-header-generating program.
|
"*List of strings to use as options for the page-header-generating program.
|
||||||
If `%s' appears in one of the strings, it is substituted by the page title.
|
If `%s' appears in one of the strings, it is substituted by the page title.
|
||||||
The variable `lpr-page-header-program' specifies the program to use."
|
The variable `lpr-page-header-program' specifies the program to use."
|
||||||
:type '(repeat string)
|
:type '(repeat string)
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
|
|
||||||
;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||||
;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||||
;; Time-stamp: <2006-02-06 15:06:40 ttn>
|
;; Time-stamp: <2006/09/15 18:53:14 vinicius>
|
||||||
;; Keywords: wp, print, PostScript
|
;; Keywords: wp, print, PostScript
|
||||||
;; Version: 6.8.4
|
;; Version: 6.8.4
|
||||||
;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
|
;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre
|
||||||
|
|
||||||
(defconst pr-version "6.8.4"
|
(defconst pr-version "6.8.4"
|
||||||
"printing.el, v 6.8.4 <2005/06/11 vinicius>
|
"printing.el, v 6.8.4 <2005/06/11 vinicius>
|
||||||
|
@ -2799,7 +2799,7 @@ See `pr-ps-printer-alist'.")
|
||||||
|
|
||||||
|
|
||||||
(defalias 'pr-get-symbol
|
(defalias 'pr-get-symbol
|
||||||
(if (fboundp 'easy-menu-intern)
|
(if (fboundp 'easy-menu-intern) ; hacked from easymenu.el
|
||||||
'easy-menu-intern
|
'easy-menu-intern
|
||||||
(lambda (s) (if (stringp s) (intern s) s))))
|
(lambda (s) (if (stringp s) (intern s) s))))
|
||||||
|
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
|
|
||||||
;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||||
;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||||
;; Time-stamp: <2005-09-18 07:27:20 deego>
|
;; Time-stamp: <2006/09/15 18:58:18 vinicius>
|
||||||
;; Keywords: wp, ebnf, PostScript
|
;; Keywords: wp, ebnf, PostScript
|
||||||
;; Version: 4.2
|
;; Version: 4.2
|
||||||
;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
|
;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre
|
||||||
|
|
||||||
;; This file is part of GNU Emacs.
|
;; This file is part of GNU Emacs.
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
;; Keywords: wp, print, PostScript
|
;; Keywords: wp, print, PostScript
|
||||||
;; Time-stamp: <2005/06/27 00:57:22 vinicius>
|
;; Time-stamp: <2005/06/27 00:57:22 vinicius>
|
||||||
;; Version: 6.6.7
|
;; Version: 6.6.7
|
||||||
;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
|
;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre
|
||||||
|
|
||||||
(defconst ps-print-version "6.6.7"
|
(defconst ps-print-version "6.6.7"
|
||||||
"ps-print.el, v 6.6.7 <2005/06/27 vinicius>
|
"ps-print.el, v 6.6.7 <2005/06/27 vinicius>
|
||||||
|
|
Loading…
Add table
Reference in a new issue