all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* command to disallow moving past end of file?
@ 2002-11-08 18:18 seberino
  2002-11-08 20:40 ` David Forrest
       [not found] ` <Pine.LNX.4.44.0211081607060.3291-100000@thorin.rose.brandeis.edu>
  0 siblings, 2 replies; 7+ messages in thread
From: seberino @ 2002-11-08 18:18 UTC (permalink / raw)


Is there a command for .emacs to not
allow you to cursor down past the end
of file?

Chris
-- 
_______________________________________

Dr. Christian Seberino
SPAWAR Systems Center San Diego
Code 2363
49590 Lassing Road, Room A339
San Diego, CA 92152-6147
U.S.A.

Phone: (619) 553-7940
Fax:   (619) 553-1269
Email: seberino@spawar.navy.mil
_______________________________________

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

* Re: command to disallow moving past end of file?
  2002-11-08 18:18 command to disallow moving past end of file? seberino
@ 2002-11-08 20:40 ` David Forrest
  2002-11-09 21:36   ` seberino
       [not found] ` <Pine.LNX.4.44.0211081607060.3291-100000@thorin.rose.brandeis.edu>
  1 sibling, 1 reply; 7+ messages in thread
From: David Forrest @ 2002-11-08 20:40 UTC (permalink / raw)
  Cc: help-gnu-emacs

On Fri, 8 Nov 2002 seberino@spawar.navy.mil wrote:

> Is there a command for .emacs to not
> allow you to cursor down past the end
> of file?

(setq next-line-add-newlines nil)

Dave
-- 
 Dave Forrest    (434)924-3954w(111B) (804)642-0662h (804)695-2026p
 drf5n@virginia.edu             http://mug.sys.virginia.edu/~drf5n/

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

* Re: command to disallow moving past end of file?
       [not found] <mailman.1036787777.22467.help-gnu-emacs@gnu.org>
@ 2002-11-08 21:13 ` Henrik Enberg
  0 siblings, 0 replies; 7+ messages in thread
From: Henrik Enberg @ 2002-11-08 21:13 UTC (permalink / raw)


seberino@spawar.navy.mil writes:

> Is there a command for .emacs to not
> allow you to cursor down past the end
> of file?

(setq next-line-add-newlines nil)

-- 
Booting... /vmemacs.el

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

* Re: command to disallow moving past end of file?
       [not found] ` <Pine.LNX.4.44.0211081607060.3291-100000@thorin.rose.brandeis.edu>
@ 2002-11-08 21:35   ` seberino
  2002-11-08 21:40     ` Bryan W. Lepore
  0 siblings, 1 reply; 7+ messages in thread
From: seberino @ 2002-11-08 21:35 UTC (permalink / raw)
  Cc: help-gnu-emacs

Bryan

Thanks, I was just about to implement your
command when I noticed that I couldn't get
cursor to move past end of file.  It seems
like that ability is random and comes and goes.
Now it seems like I don't need this command.
Does any of this sound familiar or make sense
to you?

Chris


On Fri, Nov 08, 2002 at 04:07:41PM -0500, Bryan W. Lepore wrote:
> hi Chris,
> > Is there a command for .emacs to not
> > allow you to cursor down past the end
> > of file?
> in the dotemacs...
> (setq next-line-add-newlines nil)
> 
> -bryan

-- 
_______________________________________

Dr. Christian Seberino
SPAWAR Systems Center San Diego
Code 2363
49590 Lassing Road, Room A339
San Diego, CA 92152-6147
U.S.A.

Phone: (619) 553-7940
Fax:   (619) 553-1269
Email: seberino@spawar.navy.mil
_______________________________________

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

* Re: command to disallow moving past end of file?
  2002-11-08 21:35   ` seberino
@ 2002-11-08 21:40     ` Bryan W. Lepore
  0 siblings, 0 replies; 7+ messages in thread
From: Bryan W. Lepore @ 2002-11-08 21:40 UTC (permalink / raw)
  Cc: help-gnu-emacs

On Fri, 8 Nov 2002 seberino@spawar.navy.mil wrote:
> Thanks, I was just about to implement your
> command when I noticed that I couldn't get
> cursor to move past end of file.  It seems
> like that ability is random and comes and goes.
> Now it seems like I don't need this command.
> Does any of this sound familiar or make sense
> to you?

no, sorry - as soon as i threw "(setq next-line-add-newlines nil)" in the
dotemacs, it worked.  i put it on the first line, actually.  also, i
always byte-compile and load it too, so maybe that's a reason.

-bryan

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

* Re: command to disallow moving past end of file?
  2002-11-08 20:40 ` David Forrest
@ 2002-11-09 21:36   ` seberino
       [not found]     ` <Pine.LNX.4.33.0211091738350.5295-100000@mug.sys.virginia.edu>
  0 siblings, 1 reply; 7+ messages in thread
From: seberino @ 2002-11-09 21:36 UTC (permalink / raw)
  Cc: help-gnu-emacs

Is this the default in newest Emacs???  I think I'm
noticing that Red Hat 7.2 Emacshas this problem but
Red Hat 7.3 Emacs does not.

CS

On Fri, Nov 08, 2002 at 03:40:55PM -0500, David Forrest wrote:
> On Fri, 8 Nov 2002 seberino@spawar.navy.mil wrote:
> 
> > Is there a command for .emacs to not
> > allow you to cursor down past the end
> > of file?
> 
> (setq next-line-add-newlines nil)
> 
> Dave
> -- 
>  Dave Forrest    (434)924-3954w(111B) (804)642-0662h (804)695-2026p
>  drf5n@virginia.edu             http://mug.sys.virginia.edu/~drf5n/
> 
> 
> 
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs

-- 
_______________________________________

Dr. Christian Seberino
SPAWAR Systems Center San Diego
Code 2363
49590 Lassing Road, Room A339
San Diego, CA 92152-6147
U.S.A.

Phone: (619) 553-7940
Fax:   (619) 553-1269
Email: seberino@spawar.navy.mil
_______________________________________

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

* Re: command to disallow moving past end of file?
       [not found]     ` <Pine.LNX.4.33.0211091738350.5295-100000@mug.sys.virginia.edu>
@ 2002-11-09 22:46       ` seberino
  0 siblings, 0 replies; 7+ messages in thread
From: seberino @ 2002-11-09 22:46 UTC (permalink / raw)
  Cc: help-gnu-emacs

The same .emacs in RH7.2 and RH7.3 vers of Emacs
behave differently... I think the default has changed
in Emacs.

CS

On Sat, Nov 09, 2002 at 05:39:17PM -0500, David Forrest wrote:
> I think the newer redhat writes this in a default .emacs for you.
> 
> On Sat, 9 Nov 2002 seberino@spawar.navy.mil wrote:
> 
> > Is this the default in newest Emacs???  I think I'm
> > noticing that Red Hat 7.2 Emacshas this problem but
> > Red Hat 7.3 Emacs does not.
> >
> > CS
> >
> > On Fri, Nov 08, 2002 at 03:40:55PM -0500, David Forrest wrote:
> > > On Fri, 8 Nov 2002 seberino@spawar.navy.mil wrote:
> > >
> > > > Is there a command for .emacs to not
> > > > allow you to cursor down past the end
> > > > of file?
> > >
> > > (setq next-line-add-newlines nil)
> > >
> > > Dave
> > > --
> > >  Dave Forrest    (434)924-3954w(111B) (804)642-0662h (804)695-2026p
> > >  drf5n@virginia.edu             http://mug.sys.virginia.edu/~drf5n/
> > >
> > >
> > >
> > > _______________________________________________
> > > Help-gnu-emacs mailing list
> > > Help-gnu-emacs@gnu.org
> > > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
> >
> >
> 
> -- 
>  Dave Forrest    (434)924-3954w(111B) (804)642-0662h (804)695-2026p
>  drf5n@virginia.edu             http://mug.sys.virginia.edu/~drf5n/

-- 
_______________________________________

Dr. Christian Seberino
SPAWAR Systems Center San Diego
Code 2363
49590 Lassing Road, Room A339
San Diego, CA 92152-6147
U.S.A.

Phone: (619) 553-7940
Fax:   (619) 553-1269
Email: seberino@spawar.navy.mil
_______________________________________

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

end of thread, other threads:[~2002-11-09 22:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-08 18:18 command to disallow moving past end of file? seberino
2002-11-08 20:40 ` David Forrest
2002-11-09 21:36   ` seberino
     [not found]     ` <Pine.LNX.4.33.0211091738350.5295-100000@mug.sys.virginia.edu>
2002-11-09 22:46       ` seberino
     [not found] ` <Pine.LNX.4.44.0211081607060.3291-100000@thorin.rose.brandeis.edu>
2002-11-08 21:35   ` seberino
2002-11-08 21:40     ` Bryan W. Lepore
     [not found] <mailman.1036787777.22467.help-gnu-emacs@gnu.org>
2002-11-08 21:13 ` Henrik Enberg

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.