Skip to main content

Questions tagged [read-only-mode]

2 votes
2 answers
208 views

I am still using older emacs versions (27.1 & 26.1 are on my work machines). At some point I likely want to upgrade, but one thing that I use quite frequently is toggle-read-only, which gives me a ...
Christian Herenz's user avatar
0 votes
1 answer
47 views

Killing commands, such as kill-word, have started to erase text in read-only buffers. For example, invoking kill-word in dired-mode or mu4e-headers-mode will delete words from a filename or from an ...
Pablo's user avatar
  • 369
0 votes
1 answer
85 views

I'd like to switch between two modes source editing mode debug mode (where source is read-only, and you can use all other regular emacs commands + some debug related hot keys (such as n for next) ...
eugene's user avatar
  • 539
1 vote
0 answers
74 views

I teach, and I like to use real files as examples in class. I want to be able to edit the buffer to show student things, but I don't want to risk accidentally writing the changes on the file. What I ...
elPolloDiablo's user avatar
1 vote
1 answer
103 views

I am annotating parts of text in an emacs buffer using text properties. The code I am using looks something like this: (set-text-properties beg end nil) ; clear properties (add-face-text-property ...
Ott Toomet's user avatar
0 votes
1 answer
103 views

Given that (setq org-list-allow-alphabetical t). Consider the following example, where | stands for the point: 1. |Lorem Ipsum 1. Lorem Ipsum 1. |Lorem Ipsum a. Lorem Ipsum While org-fill-...
Firmin Martin's user avatar
0 votes
1 answer
674 views

This problem is driving me crazy. Emacs open all buffers including new ones in read only mode (yes, I know that I can do C-x C-q). I've tried everything including: Delete .emacs.d/ Delete .config/...
guasian's user avatar
0 votes
2 answers
154 views

I am sick of pressing Insert instead of Backspace and running into problems in certain modes. How can I fix it? One option is to have some visual indication that overwrite mode has been activated, so ...
ruby_object's user avatar

15 30 50 per page