all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [C-u M-q] -> unfill-paragraph
@ 2011-11-09 21:15 Tom Roche
  2011-11-10  3:55 ` Eric Abrahamsen
  2011-11-10 17:29 ` Tom Roche
  0 siblings, 2 replies; 8+ messages in thread
From: Tom Roche @ 2011-11-09 21:15 UTC (permalink / raw)
  To: help-gnu-emacs


I'm running

$ lsb_release -ds
Linux Mint Debian Edition # Update Pack 3
$ uname -rv
2.6.39-2-amd64 #1 SMP Tue Jul 5 02:51:22 UTC 2011
$ emacs --version
GNU Emacs 23.3.1

on which M-q "runs the command fill-paragraph". Therefore ISTM
C-u M-q should run the command unfill-paragraph ... but it does not.
How to accomplish that? I tried

- (define-key global-map "\C-u\M-q" 'unfill-paragraph)

but that fails with error=

- Lisp error: (error "Key sequence C-u M-q starts with non-prefix key C-u")

Apologies if this is a FAQ: feel free to send links to RTFM.

TIA, Tom Roche <Tom_Roche@pobox.com>



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

end of thread, other threads:[~2011-11-14 17:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09 21:15 [C-u M-q] -> unfill-paragraph Tom Roche
2011-11-10  3:55 ` Eric Abrahamsen
2011-11-10 17:29 ` Tom Roche
2011-11-10 19:00   ` Scott Frazer
2011-11-13  1:50   ` Tom Roche
2011-11-13 15:52   ` Tom Roche
2011-11-14  3:44     ` Eric Abrahamsen
2011-11-14 17:27   ` Tom Roche

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.