|
|
发表于 2006-7-14 20:21:59
|
显示全部楼层
设置了 lpr-command 之后就不会死掉了,但是我设置:
(setq lpr-command "F:/cygwin/bin/lpr")
之后好像并没有像在 cygwin 里面执行 lpr 那样出现任务栏图标。
lpr-command is a variable defined in `lpr.el'.
Its value is ""
Documentation:
*Name of program for printing a file.
On MS-DOS and MS-Windows systems, if the value is an empty string then
Emacs will write directly to the printer port named by `printer-name'.
The programs `print' and `nprint' (the standard print programs on
Windows NT and Novell Netware respectively) are handled specially, using
`printer-name' as the destination for output; any other program is
treated like `lpr' except that an explicit filename is given as the last
argument.
You can customize this variable. |
|