all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* When NOT filling in text mode...
@ 2007-05-09  1:51 Amy Templeton
  2007-05-09  5:18 ` Maciej Katafiasz
  0 siblings, 1 reply; 6+ messages in thread
From: Amy Templeton @ 2007-05-09  1:51 UTC (permalink / raw)
  To: help-gnu-emacs

Hey all,

So a pretty random question...occasionally I have the need to edit
text files in which lines are NOT filled automatically.
Specifically, I occasionally need to edit web forms (using either
the MozEx extension, allowing me to outsource text boxes from
Iceweasel to emacsclient, or else w3m's text box editor mode), and
if the lines are filled so that they look nice in my emacs (just
under 70 characters/line), they look very silly when they show up
on the internet. Anyway, is there a way to edit these in which I
could move within a wrapped, very long line with C-n and C-p as
though it were actually several shorter lines? If so, that would be
quite useful and I'd be much obliged if someone could tell me about
it.

Thanks,
Amy

-- 
Integrity has no need for rules.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: When NOT filling in text mode...
       [not found] <mailman.416.1178675594.32220.help-gnu-emacs@gnu.org>
@ 2007-05-09  2:21 ` B. T. Raven
  2007-05-09 15:37 ` rareway
  1 sibling, 0 replies; 6+ messages in thread
From: B. T. Raven @ 2007-05-09  2:21 UTC (permalink / raw)
  To: help-gnu-emacs

Amy Templeton wrote:
> Hey all,
> 
> So a pretty random question...occasionally I have the need to edit
> text files in which lines are NOT filled automatically.
> Specifically, I occasionally need to edit web forms (using either
> the MozEx extension, allowing me to outsource text boxes from
> Iceweasel to emacsclient, or else w3m's text box editor mode), and
> if the lines are filled so that they look nice in my emacs (just
> under 70 characters/line), they look very silly when they show up
> on the internet. Anyway, is there a way to edit these in which I
> could move within a wrapped, very long line with C-n and C-p as
> though it were actually several shorter lines? If so, that would be
> quite useful and I'd be much obliged if someone could tell me about
> it.
> 
> Thanks,
> Amy
> 

I normally use text mode without filled lines and I navigate with C-s and 
C-r. Once you get used to this, you will find that it takes less time and 
fewer keystrokes than if Emacs had the functionality you are looking for. 
The only thing that is hard to get used to is setting point exactly where 
you want it by breaking out of the incremental search with a cursor movement 
keychord (C-f or C-b normally). For example, I use C-s x y (last letter of 
word, space, first letter of next word)then C-b to position cursor at the 
beginning of word starting with y. If by chance this same string occurs 
before the instance you wish to move to, then just press C-s again.

Ed

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: When NOT filling in text mode...
  2007-05-09  1:51 Amy Templeton
@ 2007-05-09  5:18 ` Maciej Katafiasz
  2007-05-09  7:27   ` Sebastian Tennant
  0 siblings, 1 reply; 6+ messages in thread
From: Maciej Katafiasz @ 2007-05-09  5:18 UTC (permalink / raw)
  To: help-gnu-emacs

Den Tue, 08 May 2007 21:51:20 -0400 skrev Amy Templeton:

> So a pretty random question...occasionally I have the need to edit
> text files in which lines are NOT filled automatically.
> Specifically, I occasionally need to edit web forms (using either
> the MozEx extension, allowing me to outsource text boxes from
> Iceweasel to emacsclient, or else w3m's text box editor mode), and
> if the lines are filled so that they look nice in my emacs (just
> under 70 characters/line), they look very silly when they show up
> on the internet. Anyway, is there a way to edit these in which I
> could move within a wrapped, very long line with C-n and C-p as
> though it were actually several shorter lines? If so, that would be
> quite useful and I'd be much obliged if someone could tell me about
> it.

http://www.emacswiki.org/cgi-bin/wiki/LongLines
http://www.emacswiki.org/cgi-bin/wiki/PhysicalLineMove

They work pretty differently, so you get to choose the best one for your
needs.

Cheers,
Maciej

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: When NOT filling in text mode...
  2007-05-09  5:18 ` Maciej Katafiasz
@ 2007-05-09  7:27   ` Sebastian Tennant
  2007-05-09 15:57     ` Amy Templeton
  0 siblings, 1 reply; 6+ messages in thread
From: Sebastian Tennant @ 2007-05-09  7:27 UTC (permalink / raw)
  To: help-gnu-emacs

Quoth Maciej Katafiasz <mathrick@gmail.com>:
> Den Tue, 08 May 2007 21:51:20 -0400 skrev Amy Templeton:
>
>> So a pretty random question...occasionally I have the need to edit
>> text files in which lines are NOT filled automatically.
>> Specifically, I occasionally need to edit web forms (using either
>> the MozEx extension, allowing me to outsource text boxes from
>> Iceweasel to emacsclient, or else w3m's text box editor mode), and
>> if the lines are filled so that they look nice in my emacs (just
>> under 70 characters/line), they look very silly when they show up
>> on the internet. Anyway, is there a way to edit these in which I
>> could move within a wrapped, very long line with C-n and C-p as
>> though it were actually several shorter lines? If so, that would be
>> quite useful and I'd be much obliged if someone could tell me about
>> it.
>
> http://www.emacswiki.org/cgi-bin/wiki/LongLines
> http://www.emacswiki.org/cgi-bin/wiki/PhysicalLineMove
>
> They work pretty differently, so you get to choose the best one for your
> needs.
>
> Maciej

Or just search forward and back.  It works for me.

Sebastian

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: When NOT filling in text mode...
       [not found] <mailman.416.1178675594.32220.help-gnu-emacs@gnu.org>
  2007-05-09  2:21 ` When NOT filling in text mode B. T. Raven
@ 2007-05-09 15:37 ` rareway
  1 sibling, 0 replies; 6+ messages in thread
From: rareway @ 2007-05-09 15:37 UTC (permalink / raw)
  To: help-gnu-emacs

i donnt know the mean of it

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: When NOT filling in text mode...
  2007-05-09  7:27   ` Sebastian Tennant
@ 2007-05-09 15:57     ` Amy Templeton
  0 siblings, 0 replies; 6+ messages in thread
From: Amy Templeton @ 2007-05-09 15:57 UTC (permalink / raw)
  To: help-gnu-emacs

Sebastian Tennant <sebyte@smolny.plus.com> wrote:
> Den Tue, 08 May 2007 21:51:20 -0400 skrev Amy Templeton:
>
> > > So a pretty random question...occasionally I have the need to edit
> > > text files in which lines are NOT filled automatically.
> > > Specifically, I occasionally need to edit web forms (using either
> > > the MozEx extension, allowing me to outsource text boxes from
> > > Iceweasel to emacsclient, or else w3m's text box editor mode), and
> > > if the lines are filled so that they look nice in my emacs (just
> > > under 70 characters/line), they look very silly when they show up
> > > on the internet. Anyway, is there a way to edit these in which I
> > > could move within a wrapped, very long line with C-n and C-p as
> > > though it were actually several shorter lines? If so, that would be
> > > quite useful and I'd be much obliged if someone could tell me about
> > > it.

> just search forward and back. It works for me.

That's what I've been doing; I'm just into the whole "convenience
where possible" thing. Thank you, though.

> Maciej Katafiasz <mathrick@gmail.com> wrote:
> > http://www.emacswiki.org/cgi-bin/wiki/LongLines
> > http://www.emacswiki.org/cgi-bin/wiki/PhysicalLineMove
> >
> > They work pretty differently, so you get to choose the best one for your
> > needs.

Ooooh! Long lines mode is great! Thank you very much.

Amy

-- 
It is Mr. Mellon's credo that $200,000,000 can do no wrong. Our
offense consists in doubting it.
                -- Justice Robert H. Jackson

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-05-09 15:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.416.1178675594.32220.help-gnu-emacs@gnu.org>
2007-05-09  2:21 ` When NOT filling in text mode B. T. Raven
2007-05-09 15:37 ` rareway
2007-05-09  1:51 Amy Templeton
2007-05-09  5:18 ` Maciej Katafiasz
2007-05-09  7:27   ` Sebastian Tennant
2007-05-09 15:57     ` Amy Templeton

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.