all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Óscar Fuentes" <ofv@wanadoo.es>
To: jonetsu <jonetsu@teksavvy.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Saving and recalling registers, using the same key sequence ?
Date: Wed, 20 Mar 2019 20:23:52 +0100	[thread overview]
Message-ID: <87lg19qrhz.fsf@telefonica.net> (raw)
In-Reply-To: <20190320134439.51ea2240@mistral> (jonetsu@teksavvy.com's message of "Wed, 20 Mar 2019 13:44:39 -0400")

jonetsu <jonetsu@teksavvy.com> writes:

> Is it possible to save a text register and use it in the exact same way
> at a later time ?  
>
> For instance, I define very simple useful things that I recall by doing:
>
> C-x r i i  ;; inserts : #include <>
> C-x r i u  ;; inserts : using std::;
> C-x r i n  ;; inserts : << '\n';
>
> I would like to have these always ready when editing C++ code.  They
> could be globally defined, or bound to the editing of C++ files, I
> wouldn't mind.

You can use `set-register' to set your registers programatically in your
.emacs file:

(set-register ?i "#include <>")

IMO abbrevs are a better choice for what you want. See `Abbrevs' in the
Emacs manual.

Depending on your specific needs and preferences, the Yasnippet package
can be even better.



  reply	other threads:[~2019-03-20 19:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-20 17:44 Saving and recalling registers, using the same key sequence ? jonetsu
2019-03-20 19:23 ` Óscar Fuentes [this message]
2019-03-21 14:20   ` jonetsu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lg19qrhz.fsf@telefonica.net \
    --to=ofv@wanadoo.es \
    --cc=help-gnu-emacs@gnu.org \
    --cc=jonetsu@teksavvy.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.