* Blurring/slicing of line numbers Cocoa Emacs
@ 2011-03-10 8:49 Harold Pimentel
2011-03-10 9:26 ` Peter Dyballa
[not found] ` <mailman.5.1299749197.31586.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 6+ messages in thread
From: Harold Pimentel @ 2011-03-10 8:49 UTC (permalink / raw)
To: help-gnu-emacs
Hi guys,
I was wondering if any any of you have the same problem using linum mode in Cocoa Emacs.
It looks like this:
http://i.imgur.com/mt28I.png
The line numbers just look cut up and incomplete. Is there any way to fix that?
Thanks!
Harold
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Blurring/slicing of line numbers Cocoa Emacs
2011-03-10 8:49 Blurring/slicing of line numbers Cocoa Emacs Harold Pimentel
@ 2011-03-10 9:26 ` Peter Dyballa
[not found] ` <mailman.5.1299749197.31586.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 6+ messages in thread
From: Peter Dyballa @ 2011-03-10 9:26 UTC (permalink / raw)
To: Harold Pimentel; +Cc: help-gnu-emacs
Am 10.03.2011 um 09:49 schrieb Harold Pimentel:
> I was wondering if any any of you have the same problem using linum
> mode in Cocoa Emacs.
What Emacs is this?!
--
Greetings
Pete
The most exciting phrase to hear in science, the one that heralds new
discoveries, is not "Eureka!" (I found it!) but "That's funny..."
– Isaac Asimov
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Blurring/slicing of line numbers Cocoa Emacs
[not found] ` <mailman.5.1299749197.31586.help-gnu-emacs@gnu.org>
@ 2011-03-10 9:33 ` Mario Lassnig
2011-03-10 10:21 ` Peter Dyballa
2011-03-10 16:17 ` Harold Pimentel
0 siblings, 2 replies; 6+ messages in thread
From: Mario Lassnig @ 2011-03-10 9:33 UTC (permalink / raw)
To: help-gnu-emacs
On 3/10/11 10:26 AM, Peter Dyballa wrote:
>
> Am 10.03.2011 um 09:49 schrieb Harold Pimentel:
>
>> I was wondering if any any of you have the same problem using linum
>> mode in Cocoa Emacs.
>
>
> What Emacs is this?!
./configure --with-ns
>
> --
> Greetings
>
> Pete
>
> The most exciting phrase to hear in science, the one that heralds new
> discoveries, is not "Eureka!" (I found it!) but "That's funny..."
> – Isaac Asimov
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Blurring/slicing of line numbers Cocoa Emacs
2011-03-10 9:33 ` Mario Lassnig
@ 2011-03-10 10:21 ` Peter Dyballa
2011-03-10 16:17 ` Harold Pimentel
1 sibling, 0 replies; 6+ messages in thread
From: Peter Dyballa @ 2011-03-10 10:21 UTC (permalink / raw)
To: mario; +Cc: help-gnu-emacs
Am 10.03.2011 um 10:33 schrieb Mario Lassnig:
>> What Emacs is this?!
>
> ./configure --with-ns
So it's the NS variant of GNU Emacs 23.x – which uses some Cocoa
functionality as do Carbon or "AppKit" Emacs.
--
Mit friedvollen Grüßen
Pete
Isn't vi that text editor with two modes... one that beeps and one
that corrupts your file?
– Dan Jacobson, on comp.os.linux.advocacy
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Blurring/slicing of line numbers Cocoa Emacs
2011-03-10 9:33 ` Mario Lassnig
2011-03-10 10:21 ` Peter Dyballa
@ 2011-03-10 16:17 ` Harold Pimentel
2011-03-10 20:28 ` Peter Dyballa
1 sibling, 1 reply; 6+ messages in thread
From: Harold Pimentel @ 2011-03-10 16:17 UTC (permalink / raw)
To: mario; +Cc: help-gnu-emacs
Hi guys,
On Mar 10, 2011, at 1:33 AM, Mario Lassnig wrote:
> ./configure --with-ns
I built it via Macport (emacs-app) and it was built using this argument as well as --without-x.
Any other suggestions?
Thanks!
Harold
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Blurring/slicing of line numbers Cocoa Emacs
2011-03-10 16:17 ` Harold Pimentel
@ 2011-03-10 20:28 ` Peter Dyballa
0 siblings, 0 replies; 6+ messages in thread
From: Peter Dyballa @ 2011-03-10 20:28 UTC (permalink / raw)
To: Harold Pimentel; +Cc: mario, help-gnu-emacs
Am 10.03.2011 um 17:17 schrieb Harold Pimentel:
> Any other suggestions?
So it's presumingly version 23.2... Which port variant? Can you choose
the 'Send Bug Report…' option from the Help menu and copy the version
and build information into your answer?
What is the version of linenum.el and where did you get it? The
*Messages* buffer might contain some additional information after
loading linenum.el. Could be it has to do with the fringes and fringe-
mode...
You can launch this Emacs variant without any customisation and
without extra Elisp code. In some shell, for example inside Emacs.app,
you can launch it as
/Applications/Emacs.app/Contents/MacOS/Emacs -Q &
It its *scratch* buffer you can write down and execute Elisp code
which, for example, extends load-path and then load linenum.el. How
does it look now?
You could also launch this Emacs variant without own windows, for
example in Terminal.app, as:
/Applications/Emacs.app/Contents/MacOS/Emacs -nw -Q
After loading linenum.el, how does look in Terminal? And how does it
look when you leave away the -Q, i.e., only with -nw?
--
Greetings
Pete
Without vi there is only GNU Emacs
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-03-10 20:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10 8:49 Blurring/slicing of line numbers Cocoa Emacs Harold Pimentel
2011-03-10 9:26 ` Peter Dyballa
[not found] ` <mailman.5.1299749197.31586.help-gnu-emacs@gnu.org>
2011-03-10 9:33 ` Mario Lassnig
2011-03-10 10:21 ` Peter Dyballa
2011-03-10 16:17 ` Harold Pimentel
2011-03-10 20:28 ` Peter Dyballa
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).