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

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

Re: disappearing lines


From: Arash Esbati
Subject: Re: disappearing lines
Date: Mon, 16 Jan 2023 17:57:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50

Peter Münster <pm@a16n.net> writes:

> My todo.org file is always loaded in an emacs buffer. Sometimes (at
> least 2 times during the last 3 years), I observe, that all lines
> beginning with 2, 3, 4 or 5 have disappeared. I guess, that I've made
> accidentally some keystroke, that deletes such line. What could this be 
> please?

You can check your last keystrokes with `C-h l':

,----[ C-h k C-h l ]
| C-h l runs the command view-lossage (found in global-map), which is an
| interactive native-compiled Lisp function in ‘help.el’.
| 
| It is bound to C-h l, <f1> l and <help> l.
| It can also be invoked from the menu: Help → Describe → Show Recent
| Inputs
| 
| (view-lossage)
| 
| Display last few input keystrokes and the commands run.
| For convenience this uses the same format as
| ‘edit-last-kbd-macro’.
| See ‘lossage-size’ to update the number of recorded keystrokes.
| 
| To record all your input, use ‘open-dribble-file’.
| 
|   Probably introduced at or before Emacs version 23.1.
| 
`----

So next time this happens, hit `C-h l' and see what you've hit.

Best, Arash



reply via email to

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