unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* ps-print-buffer does not print
@ 2006-02-25 11:00 Nellinux
  2006-03-01 10:33 ` Peter Dyballa
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Nellinux @ 2006-02-25 11:00 UTC (permalink / raw)


I have this problem:
all commands involving postscript printing in Emacs do not work.

I have this components:
 - Slackware 10.2
 - GNU Emacs 21.4.2
 - CUPS 1.1.23
 - ESP Ghostscript 815.00

I have no customization printing commands in file dot-emacs (see at the
bottom).

Other applications (Firefox, OpenOffice, lpr, a2ps) print properly.

I have that both at home and at office;  with older Slackware and Emacs
version all commands worked.

Have you any idea ?

Thanks

  Nello Sola


------------------------------------------------------------------------------------------------------------------
dot-emcs
------------------------------------------------------------------------------------------------------------------
(custom-set-variables
 '(case-fold-search t)
 '(current-language-environment "Latin-1")
 '(default-input-method "latin-1-prefix")
 '(diary-file "~/.diary" t)
 '(global-font-lock-mode t nil (font-lock))
 '(tool-bar-mode nil nil (tool-bar)))
(custom-set-faces
 '(default ((t (:stipple nil :background "black" :foreground "white"
:inverse-video nil :box nil :strike-through nil :overline nil
:underline nil :slant normal :weight normal :height 110 :width normal :
family "adobe-courier")))))
(setq default-major-mode 'text-mode)
(define-key global-map "\C-\M-l" 'goto-line)
(setq load-path (cons "~/.elisp" load-path))
(autoload 'html-helper-mode "html-helper-mode" "Yay HTML" t)
(setq auto-mode-alist (cons '("\\.html?$" . html-helper-mode)
auto-mode-alist))
(autoload 'php-mode "php-mode" "PHP editing mode" t)
(add-to-list 'auto-mode-alist '("\\.php\\'" . php-mode))
------------------------------------------------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-03-07 19:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-25 11:00 ps-print-buffer does not print Nellinux
2006-03-01 10:33 ` Peter Dyballa
2006-03-01 18:56 ` Eli Zaretskii
2006-03-04  3:07   ` Ian Zimmerman
2006-03-07 19:55 ` Jean-Pierre Moreau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).