aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/lpr.el
Commit message (Collapse)AuthorAgeFilesLines
* (lpr-page-header-switches): Add `-h' switch.Gerd Moellmann2000-07-061-3/+2
| | | | (print-region-1): Don't hard code `-h' here.
* (print-region-1): Use -d to specify printer name forGerd Moellmann2000-03-311-11/+15
| | | | systems `usg-unix-v*, `dgux', `hpux', `irix'.
* (lpr-buffer, print-buffer, lpr-region, print-region): Doc fixes.Richard M. Stallman1999-12-281-11/+28
|
* (print-buffer): Doc-string fix.Gerd Moellmann1999-10-271-2/+7
|
* (printer-name): Update docstring about usage on MS-DOSAndrew Innes1999-01-171-12/+25
| | | | | | | and MS-Windows. (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on DOS and Windows platforms, to indicate direct printing. Update the docstring accordingly.
* (printer-name): Fix customize type.Andreas Schwab1998-09-181-1/+3
|
* (printer-name): New variable.Richard M. Stallman1998-07-031-1/+23
| | | | | (lpr-switches): Mention it in docstring. (print-region-1): Use it.
* (print-region-1): Stop using binary-process-{in,out}put,Eli Zaretskii1998-04-151-4/+6
| | | | bind coding-system-for-{read,write} instead.
* (print-region-1): When running pr, use -h always.Karl Heuer1997-11-191-2/+1
|
* (lpr-page-header-switches): Remove extra paren.Richard M. Stallman1997-05-191-1/+1
|
* (lpr-page-header-switches): Use -F, not -f.Richard M. Stallman1997-05-151-1/+3
|
* (printify-region): Doc fix.Richard M. Stallman1997-05-071-3/+3
|
* Add defgroup's; use defcustom for user vars.Richard M. Stallman1997-04-121-14/+33
|
* (print-region): Make pipes use binary mode if file is binary.Richard M. Stallman1996-01-151-0/+4
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (lpr-page-header-switches, lpr-headers-switches): Doc fixes.Richard M. Stallman1995-12-301-2/+3
|
* (lpr-switches, lpr-add-switches): Doc fixes.Karl Heuer1995-12-211-2/+6
|
* Add provide call.Karl Heuer1995-05-161-0/+2
|
* (print-region-1): Include print options in echo area msgs.Richard M. Stallman1995-02-091-9/+18
|
* (print-region-new-buffer): Return new start and end.Richard M. Stallman1995-02-081-12/+15
| | | | (print-region-1): Use new calling convention.
* (lpr-add-switches): Renamed from lpr-add-options.Richard M. Stallman1995-02-061-5/+11
| | | | | (print-region-1): If we run pr, give it the -h option instead of giving lpr the -T option.
* (print-region-1): Use lpr-page-header-switches,Richard M. Stallman1995-02-031-1/+1
| | | | not ...-options.
* (lpr-headers-switches): Default is nil.Richard M. Stallman1995-02-021-4/+9
|
* (lpr-page-header-switches): Use -f by default.Richard M. Stallman1994-11-221-2/+2
| | | | (lpr-headers-switches): Make it a list.
* (lpr-headers-switches): Base default on lpr-command value.Richard M. Stallman1994-11-131-1/+1
|
* (print-region-1): Use them instead of just pr.Richard M. Stallman1994-09-291-2/+9
| | | | (lpr-page-header-program, lpr-page-header-switches): New variables.
* (lpr-headers-switches): Don't use -p on dgux, irix.Richard M. Stallman1994-08-231-1/+1
|
* (lpr-command, lpr-headers-switches): Undo previous change.Richard M. Stallman1994-08-191-5/+2
|
* (lpr-command, lpr-headers-switches): Treat Solaris like BSD.Richard M. Stallman1994-08-171-2/+5
|
* (print-region-1): Essentially undo previous change.Richard M. Stallman1994-07-011-3/+4
|
* Comment change.Richard M. Stallman1994-06-231-0/+2
|
* (print-region-1): Don't include a space in the job name.Richard M. Stallman1994-06-231-2/+3
|
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (lpr-headers-switches): Set proper value on hpux and usg.Richard M. Stallman1994-01-061-1/+2
|
* (print-region-1): If lpr-headers-switches is string,Richard M. Stallman1993-12-311-1/+4
| | | | turn it into a list before appending.
* (lpr-headers-switches): Treat hpux like usg-unix-v.Richard M. Stallman1993-12-231-11/+17
| | | | | | | | | | | | | | (print-region-1): Adjust start, end after running pr. (lpr-command): Use dgux, not dgux-unix. (print-region-new-buffer): Rename args to OSTART and OEND. (lpr-headers-switches): New variable. (print-region-1): Use it. (lpr-add-options): New variable. (print-region-1): Obey that.
* (lpr-command): Check for irix, not silicon-graphic-unix.Richard M. Stallman1993-11-141-1/+1
|
* (print-region-1): Make END a marker so untabify relocates it.Richard M. Stallman1993-08-041-0/+5
|
* (printify-buffer) Added, debugged from Roland McGrath's printify-buffer codeEric S. Raymond1993-03-271-0/+16
| | | | in LCD.
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+6
|
* * lpr.el (lpr-switches, lpr-command): Make these defvars, notJim Blandy1992-12-121-2/+2
| | | | defconsts.
* * lpr.el (lpr-command, lpr-switches): Removed strings startingJim Blandy1992-11-161-4/+6
| | | | | | | | with \newline; this file is loaded in loaddefs.el, and doesn't need to follow that convention. * lpr.el (lpr-command): Add dgux-unix to the list of systems which want "lp".
* (lpr-command): Treat hpux and silicon-graphics-unix like usg-unix-v.Richard M. Stallman1992-10-211-1/+1
|
* entered into RCSRichard M. Stallman1992-09-011-3/+3
|
* *** empty log message ***Jim Blandy1992-08-041-2/+2
|
* *** empty log message ***Eric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-1/+5
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Jim Blandy1992-04-191-2/+2
|