From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Rodolfo Medina <rodolfo.medina@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Questions about ps print
Date: Wed, 3 Oct 2007 11:25:48 +0200 [thread overview]
Message-ID: <09ACB979-02F6-4836-99DA-80654641362E@Web.DE> (raw)
In-Reply-To: <87fy0szjwj.fsf@gmail.com>
Am 03.10.2007 um 10:23 schrieb Rodolfo Medina:
>> It might contain all the white space below your black text! You
>> can customise
>> the fringes to indicate the buffer boundaries and also to
>> indicate the empty
>> lines at the buffer's end.
>
>
> Can you indicate what variables shall I customize?
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
;; '(fringe-indicators (quote right) nil (fringe))
; '(fringe-mode (quote (3 . 7)) nil (fringe)) ; thickness of
fringes left . right
'(indicate-buffer-boundaries (quote right)) ; where is text
indicated
'(indicate-empty-lines t) ; with small
horizontal lines
)
An example for colour use in the fringe:
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(fringe ((((class color) (background light)) (:background
"khaki" :foreground "steel blue"))))
)
You can also look-up the variable names and follow their hyperlinks
to the customisation interface.
>
>
>> Did you check in GNU Emacs the PS output to see what exactly is
>> printed on
>> that last empty page?
>
>
> How can I do that?
>
Only spool the PS print-out (M-x ps-spool-buffer-with-faces). It will
create a buffer *PostScript*. It will contain words like "%%Page:
<number> <number>" and "EndPage" that describe one page of output.
Text output in PostScript is kept between "(" and ")" and followed by
"S" and only in case of PS print output of GNU Emacs.
--
Greetings
Pete
These are my principles and if you don't like them... well, I have
others.
- Groucho Marx
next prev parent reply other threads:[~2007-10-03 9:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-02 10:38 Questions about ps print Rodolfo Medina
2007-10-02 14:57 ` Peter Dyballa
2007-10-03 8:23 ` Rodolfo Medina
2007-10-03 9:25 ` Peter Dyballa [this message]
2007-10-03 16:09 ` Rodolfo Medina
2007-10-03 17:49 ` Peter Dyballa
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=09ACB979-02F6-4836-99DA-80654641362E@Web.DE \
--to=peter_dyballa@web.de \
--cc=help-gnu-emacs@gnu.org \
--cc=rodolfo.medina@gmail.com \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.