unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Nellinux" <nello.sola@libero.it>
Subject: ps-print-buffer does not print
Date: 25 Feb 2006 03:00:16 -0800	[thread overview]
Message-ID: <1140865216.087402.31870@i40g2000cwc.googlegroups.com> (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))
------------------------------------------------------------------------------------------------------------------

             reply	other threads:[~2006-02-25 11:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-25 11:00 Nellinux [this message]
2006-03-01 10:33 ` ps-print-buffer does not print Peter Dyballa
2006-03-01 18:56 ` Eli Zaretskii
2006-03-04  3:07   ` Ian Zimmerman
2006-03-07 19:55 ` Jean-Pierre Moreau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1140865216.087402.31870@i40g2000cwc.googlegroups.com \
    --to=nello.sola@libero.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).