all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Mark multiple points
@ 2005-07-07  2:56 mirror
  2005-07-07  4:23 ` Barry Margolin
  2005-07-08 11:04 ` Dan Elliott
  0 siblings, 2 replies; 3+ messages in thread
From: mirror @ 2005-07-07  2:56 UTC (permalink / raw)


C-x / and C-x j does good work for many individual markers, naming with
characters.

I am looking for pushing the markers into stack. So, I can go forward
or backward, without naming with characters.

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

* Re: Mark multiple points
  2005-07-07  2:56 Mark multiple points mirror
@ 2005-07-07  4:23 ` Barry Margolin
  2005-07-08 11:04 ` Dan Elliott
  1 sibling, 0 replies; 3+ messages in thread
From: Barry Margolin @ 2005-07-07  4:23 UTC (permalink / raw)


In article <1120704987.179223.105070@g47g2000cwa.googlegroups.com>,
 "mirror" <googleartist@yahoo.com> wrote:

> C-x / and C-x j does good work for many individual markers, naming with
> characters.
> 
> I am looking for pushing the markers into stack. So, I can go forward
> or backward, without naming with characters.

That's what C-Space does normally.

C-SPC runs the command set-mark-command
   which is an interactive compiled Lisp function in `simple'.
It is bound to C-@, C-SPC.
(set-mark-command ARG)

Set mark at where point is, or jump to mark.
With no prefix argument, set mark, and push old mark position on local
                                       ^^^^^^^^^^^^^
mark ring; also push mark on global mark ring if last mark was set in
another buffer.  Immediately repeating the command activates
`transient-mark-mode' temporarily.

With argument, e.g. C-u C-@, jump to mark, and pop a new position
                                               ^^^^^^^^^^^^^^^^^^
for mark off the local mark ring (this does not affect the global
mark ring).  Use C-x C-@ to jump to a mark off the global
mark ring (see `pop-global-mark').

-- 
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***

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

* Re: Mark multiple points
  2005-07-07  2:56 Mark multiple points mirror
  2005-07-07  4:23 ` Barry Margolin
@ 2005-07-08 11:04 ` Dan Elliott
  1 sibling, 0 replies; 3+ messages in thread
From: Dan Elliott @ 2005-07-08 11:04 UTC (permalink / raw)


mirror wrote:
> C-x / and C-x j does good work for many individual markers, naming with
> characters.
> 
> I am looking for pushing the markers into stack. So, I can go forward
> or backward, without naming with characters.
> 

Sounds interesting.  How would you use this ability to push/pop marks?

Thanks.

- dan

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

end of thread, other threads:[~2005-07-08 11:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-07  2:56 Mark multiple points mirror
2005-07-07  4:23 ` Barry Margolin
2005-07-08 11:04 ` Dan Elliott

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.