* customize empty-line fringe bitmap
@ 2006-05-16 18:18 Kevin Rodgers
2006-05-16 21:49 ` Kim F. Storm
0 siblings, 1 reply; 5+ messages in thread
From: Kevin Rodgers @ 2006-05-16 18:18 UTC (permalink / raw)
Starting with: (setq-default indicate-empty-lines t)
The empty-line fringe bitmap in Emacs 21 on Solaris looks like a single
centered square, but in Emacs 22 on Windows it looks like 6 horizontal
lines. How can I get Emacs 22 to display the old bitmap?
I've read the Customizing Fringe Bitmaps section of the Emacs Lisp
manual and looked at src/fringe.c in CVS. But this is as far as
I've gotten:
(define-fringe-bitmap 'empty-line
(vector (
Thanks,
--
Kevin
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: customize empty-line fringe bitmap
2006-05-16 18:18 customize empty-line fringe bitmap Kevin Rodgers
@ 2006-05-16 21:49 ` Kim F. Storm
2006-05-17 15:09 ` Kevin Rodgers
0 siblings, 1 reply; 5+ messages in thread
From: Kim F. Storm @ 2006-05-16 21:49 UTC (permalink / raw)
Kevin Rodgers <ihs_4664@yahoo.com> writes:
> Starting with: (setq-default indicate-empty-lines t)
>
> The empty-line fringe bitmap in Emacs 21 on Solaris looks like a single
> centered square, but in Emacs 22 on Windows it looks like 6 horizontal
> lines.
The intention is that the "the fringe below eob" should contain a lot of
evenly spaced small dashes; i.e. it is independent of the font size.
Do you get some other effect?
> How can I get Emacs 22 to display the old bitmap?
(define-fringe-bitmap 'empty-line [0 0 #x3c #x3c #x3c #x3c 0 0])
--
Kim F. Storm http://www.cua.dk
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: customize empty-line fringe bitmap
2006-05-16 21:49 ` Kim F. Storm
@ 2006-05-17 15:09 ` Kevin Rodgers
2006-05-17 20:49 ` Kim F. Storm
0 siblings, 1 reply; 5+ messages in thread
From: Kevin Rodgers @ 2006-05-17 15:09 UTC (permalink / raw)
Kim F. Storm wrote:
> Kevin Rodgers <ihs_4664@yahoo.com> writes:
>
>> Starting with: (setq-default indicate-empty-lines t)
>>
>> The empty-line fringe bitmap in Emacs 21 on Solaris looks like a single
>> centered square, but in Emacs 22 on Windows it looks like 6 horizontal
>> lines.
>
> The intention is that the "the fringe below eob" should contain a lot of
> evenly spaced small dashes; i.e. it is independent of the font size.
Bummer.
> Do you get some other effect?
No, that's exactly what I see.
>> How can I get Emacs 22 to display the old bitmap?
>
> (define-fringe-bitmap 'empty-line [0 0 #x3c #x3c #x3c #x3c 0 0])
That has no effect. :-(
--
Kevin
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: customize empty-line fringe bitmap
2006-05-17 15:09 ` Kevin Rodgers
@ 2006-05-17 20:49 ` Kim F. Storm
2006-05-17 21:25 ` Kevin Rodgers
0 siblings, 1 reply; 5+ messages in thread
From: Kim F. Storm @ 2006-05-17 20:49 UTC (permalink / raw)
Cc: help-gnu-emacs
Kevin Rodgers <ihs_4664@yahoo.com> writes:
>> (define-fringe-bitmap 'empty-line [0 0 #x3c #x3c #x3c #x3c 0 0])
>
> That has no effect. :-(
M-: (setq-default indicate-empty-lines t) RET
M-: (define-fringe-bitmap 'empty-line [0 0 #x3c #x3c #x3c #x3c 0 0]) RET
C-l
works for me.
--
Kim F. Storm <storm@cua.dk> http://www.cua.dk
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: customize empty-line fringe bitmap
2006-05-17 20:49 ` Kim F. Storm
@ 2006-05-17 21:25 ` Kevin Rodgers
0 siblings, 0 replies; 5+ messages in thread
From: Kevin Rodgers @ 2006-05-17 21:25 UTC (permalink / raw)
Kim F. Storm wrote:
> Kevin Rodgers <ihs_4664@yahoo.com> writes:
>
>>> (define-fringe-bitmap 'empty-line [0 0 #x3c #x3c #x3c #x3c 0 0])
>> That has no effect. :-(
>
> M-: (setq-default indicate-empty-lines t) RET
> M-: (define-fringe-bitmap 'empty-line [0 0 #x3c #x3c #x3c #x3c 0 0]) RET
> C-l
>
> works for me.
Well, now it works for me too. Sorry for the bother, and thanks!
--
Kevin
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-05-17 21:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-16 18:18 customize empty-line fringe bitmap Kevin Rodgers
2006-05-16 21:49 ` Kim F. Storm
2006-05-17 15:09 ` Kevin Rodgers
2006-05-17 20:49 ` Kim F. Storm
2006-05-17 21:25 ` Kevin Rodgers
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).