help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Auto add register when leaving buffer?


From: Marc Coquand
Subject: Re: Auto add register when leaving buffer?
Date: Sat, 09 Nov 2024 09:04:51 +0200

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 via email to

[Prev in Thread] Current Thread [Next in Thread]