* highlight vertical line
@ 2009-05-27 8:51 tomer
2009-05-27 9:07 ` Martin
2009-05-27 9:21 ` Pascal J. Bourguignon
0 siblings, 2 replies; 9+ messages in thread
From: tomer @ 2009-05-27 8:51 UTC (permalink / raw)
To: help-gnu-emacs
Is it possbile to highligh the column of the page where the cursonr is
located ?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: highlight vertical line
2009-05-27 8:51 highlight vertical line tomer
@ 2009-05-27 9:07 ` Martin
2009-05-27 9:21 ` Pascal J. Bourguignon
1 sibling, 0 replies; 9+ messages in thread
From: Martin @ 2009-05-27 9:07 UTC (permalink / raw)
To: help-gnu-emacs
tomer writes:
> Is it possbile to highligh the column of the page where the cursonr is
> located ?
Hi,
not that I know, but you may operate on columns:
M-x apropos-command RET rectangle RET
(info "(emacs) Rectangles")
Cheers
Martin
--
parozusa at web de
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: highlight vertical line
2009-05-27 8:51 highlight vertical line tomer
2009-05-27 9:07 ` Martin
@ 2009-05-27 9:21 ` Pascal J. Bourguignon
2009-05-27 12:38 ` Michael Heerdegen
` (2 more replies)
1 sibling, 3 replies; 9+ messages in thread
From: Pascal J. Bourguignon @ 2009-05-27 9:21 UTC (permalink / raw)
To: help-gnu-emacs
tomer <tomer1levin@walla.co.il> writes:
> Is it possbile to highligh the column of the page where the cursonr is
> located ?
M-x column-marker-1 RET
(or 2 or 3, you can mark up to three columns).
C-u M-x column-marker-1 RET to disable it.
--
__Pascal Bourguignon__
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: highlight vertical line
2009-05-27 9:21 ` Pascal J. Bourguignon
@ 2009-05-27 12:38 ` Michael Heerdegen
2009-05-27 14:39 ` Drew Adams
[not found] ` <mailman.7914.1243435171.31690.help-gnu-emacs@gnu.org>
2009-05-27 12:45 ` Tim Visher
2009-05-27 13:36 ` Drew Adams
2 siblings, 2 replies; 9+ messages in thread
From: Michael Heerdegen @ 2009-05-27 12:38 UTC (permalink / raw)
To: help-gnu-emacs
Or `column-highlight-mode', when you wish the opposite to `hl-line-mode'.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: highlight vertical line
2009-05-27 9:21 ` Pascal J. Bourguignon
2009-05-27 12:38 ` Michael Heerdegen
@ 2009-05-27 12:45 ` Tim Visher
2009-05-27 13:36 ` Drew Adams
2 siblings, 0 replies; 9+ messages in thread
From: Tim Visher @ 2009-05-27 12:45 UTC (permalink / raw)
To: Pascal J. Bourguignon; +Cc: help-gnu-emacs
Hi tomer,
On Wed, May 27, 2009 at 5:21 AM, Pascal J. Bourguignon
<pjb@informatimago.com> wrote:
> tomer <tomer1levin@walla.co.il> writes:
>
>> Is it possbile to highligh the column of the page where the cursonr is
>> located ?
>
> M-x column-marker-1 RET
> (or 2 or 3, you can mark up to three columns).
>
> C-u M-x column-marker-1 RET to disable it.
Just FYI, column-marker isn't part of the GNU distribution. It looks
like you can get it
[here](http://www.emacswiki.org/emacs/column-marker.el).
--
In Christ,
Timmy V.
http://burningones.com/
http://five.sentenc.es/ - Spend less time on e-mail
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: highlight vertical line
2009-05-27 9:21 ` Pascal J. Bourguignon
2009-05-27 12:38 ` Michael Heerdegen
2009-05-27 12:45 ` Tim Visher
@ 2009-05-27 13:36 ` Drew Adams
2 siblings, 0 replies; 9+ messages in thread
From: Drew Adams @ 2009-05-27 13:36 UTC (permalink / raw)
To: 'Pascal J. Bourguignon', help-gnu-emacs
> > Is it possbile to highligh the column of the page where the
> > cursonr is located ?
>
> M-x column-marker-1 RET
> (or 2 or 3, you can mark up to three columns).
> C-u M-x column-marker-1 RET to disable it.
http://www.emacswiki.org/emacs/HighlightCurrentColumn
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: highlight vertical line
2009-05-27 12:38 ` Michael Heerdegen
@ 2009-05-27 14:39 ` Drew Adams
[not found] ` <mailman.7914.1243435171.31690.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 9+ messages in thread
From: Drew Adams @ 2009-05-27 14:39 UTC (permalink / raw)
To: 'Michael Heerdegen', help-gnu-emacs
> Or `column-highlight-mode', when you wish the opposite to
> `hl-line-mode'.
Which is here:
http://www.emacswiki.org/emacs/HighlightCurrentColumn#col-highlight.el
http://www.emacswiki.org/emacs/col-highlight.el
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: highlight vertical line
[not found] ` <mailman.7914.1243435171.31690.help-gnu-emacs@gnu.org>
@ 2009-05-27 15:50 ` tomer
2009-05-27 16:49 ` Drew Adams
0 siblings, 1 reply; 9+ messages in thread
From: tomer @ 2009-05-27 15:50 UTC (permalink / raw)
To: help-gnu-emacs
On May 27, 5:39 pm, "Drew Adams" <drew.ad...@oracle.com> wrote:
> > Or `column-highlight-mode', when you wish the opposite to
> > `hl-line-mode'.
>
> Which is here:
>
> http://www.emacswiki.org/emacs/HighlightCurrentColumn#col-highlight.el
>
> http://www.emacswiki.org/emacs/col-highlight.el
thanks guys,
I am amazed every time i get help here.
it is so simple with your help.
the forum is a real power.
I hope some day i will be able to give also some advises
thanks a lot
tomer
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: highlight vertical line
2009-05-27 15:50 ` tomer
@ 2009-05-27 16:49 ` Drew Adams
0 siblings, 0 replies; 9+ messages in thread
From: Drew Adams @ 2009-05-27 16:49 UTC (permalink / raw)
To: 'tomer', help-gnu-emacs
> thanks guys,
> I am amazed every time i get help here.
> it is so simple with your help. the forum is a real power.
> I hope some day i will be able to give also some advises
> thanks a lot
> tomer
You will - that's a helpful attitude.
Feedback at any level also helps others, and can serve as advice (opinion). That
includes questions.
Another good place to provide help/feedback is Emacs Wiki.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2009-05-27 16:49 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-27 8:51 highlight vertical line tomer
2009-05-27 9:07 ` Martin
2009-05-27 9:21 ` Pascal J. Bourguignon
2009-05-27 12:38 ` Michael Heerdegen
2009-05-27 14:39 ` Drew Adams
[not found] ` <mailman.7914.1243435171.31690.help-gnu-emacs@gnu.org>
2009-05-27 15:50 ` tomer
2009-05-27 16:49 ` Drew Adams
2009-05-27 12:45 ` Tim Visher
2009-05-27 13:36 ` Drew Adams
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).