unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Marc Coquand <marc@mccd.space>
To: help-gnu-emacs@gnu.org
Subject: Re: Auto add register when leaving buffer?
Date: Sat, 09 Nov 2024 09:04:51 +0200	[thread overview]
Message-ID: <87cyj4vqek.fsf@mccd.space> (raw)
In-Reply-To: <Zy4I36CJqg8BL-jn@lco2> (Jean Louis's message of "Fri, 8 Nov 2024 15:49:35 +0300")

Hey!

Not quite, I'm trying to set up so I am able to return to specific files
of a certain file-type.

So what I had in mind: 

- ~C-x r j h~ :: Jump to last opened html file
- ~C-x r j c~ :: Jump to last opened css file
- ~C-x r j t~ :: Jump to last opened .test.go file
- ~C-x r j j~ :: Jump to last opened js file
- ~C-x r j p~ :: Jump to last opened .go file

I can jump between buffers by using ~C-x b~ but that can sometimes be a
bit slow. I think the above setup should be feasible somehow, after all I
can manually set marks with ~C-x r <SPC> X~ where X is the position I
want to register.

If there is some hook akin to "On-leave buffer" or "On-reopen buffer"
for a certain file-type, it feels like this should be doable.

-- Marc

Jean Louis <bugs@gnu.support> writes:

> * Marc Coquand <marc@mccd.space> [2024-11-05 12:32]:
>> 
>> Heya,
>> 
>> In vim I used to have a nifty setup where I would auto register marks
>> when leaving a buffer. For example, I'd auto assign 'c to be last open
>> css file, 'h to be last open html file etc.
>
> Maybe you are trying to remember the cursor place in each file?
>
> You may set the variable: `save-place-mode' to true by M-x customize-option



  reply	other threads:[~2024-11-09  7:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-05  9:29 Auto add register when leaving buffer? Marc Coquand
2024-11-05 11:43 ` Michael Heerdegen via Users list for the GNU Emacs text editor
2024-11-08 12:49 ` Jean Louis
2024-11-09  7:04   ` Marc Coquand [this message]
2024-11-10 13:04     ` Jean Louis

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87cyj4vqek.fsf@mccd.space \
    --to=marc@mccd.space \
    --cc=help-gnu-emacs@gnu.org \
    /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.
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).