all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#20408: 24.5; How to escape the transient region when C-x TAB'ing?
@ 2015-04-23  9:03 Sebastien Vauban
  2016-07-03 18:31 ` npostavs
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastien Vauban @ 2015-04-23  9:03 UTC (permalink / raw)
  To: 20408-ubl+/3LiMTaZdePnXv/OxA

Hello,

When using C-x TAB, I can't escape from the transient mode as described
in the help:

  ┌────
  │ `C-x <TAB>'
  │      This command is used to change the indentation of all lines that
  │      begin in the region, moving the affected lines as a "rigid" unit.
  │ 
  │      If called with no argument, the command activates a transient mode
  │      for adjusting the indentation of the affected lines interactively.
  │      While this transient mode is active, typing <LEFT> or <RIGHT>
  │      indents leftward and rightward, respectively, by one space.  You
  │      can also type `S-<LEFT>' or `S-<RIGHT>' to indent leftward or
  │      rightward to the next tab stop (*note Tab Stops::).  Typing any
  │      other key disables the transient mode, and resumes normal editing.
  └────

If I type a letter, it replaces the region.

That must come from my setting:

  ┌────
  │ (delete-selection-mode 1)             ; Overwrite region.
  └────

Then, how do we escape in such a case?

- C-g does not seem right -- even if it works.
- M-w is what I do, but that has a side effect...

Any other adviced way?

Should the above be mentioned in the doc?

In GNU Emacs 24.5.1 (i686-pc-mingw32) of 2015-04-11 on LEG570

Best regards,
  Seb

-- 
Sebastien Vauban





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-03 18:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-23  9:03 bug#20408: 24.5; How to escape the transient region when C-x TAB'ing? Sebastien Vauban
2016-07-03 18:31 ` npostavs

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.