On Thu, 7 Nov 2013 10:16:14 -0800 (PST)
Rich Shepard <[email protected]> wrote:
> On Thu, 7 Nov 2013, Dale Snell wrote:
>
> > The following command will do what you want:
> > M-x write-region
>
> Thanks, Dale. I was looking for a key stoke chord, but this will
> certainly do the job. I need to find a list of all these commands; the
> one I use the most is M-x revert-buffer.
C-x RET r will execute revert-buffer-with-coding-system (there being
no plain "revert-buffer" that I can find). The manual makes it plain
that the Emacs authors consider that command rather dangerous. You
can use the undo command (C-_ or C-/) more safely.
You can get a list of keybindings with the command C-h b (or <f1> b).
Also, the PDF Emacs manual (which I consider easier to read than
the .info version) has the function/command and keybindings indexes.
Hope this helps.
--Dale
--
"Don't only practice your Art, but force your way into its
Secrets, for it and Knowledge can raise Men to the Divine."
-- Ludwig van Beethoven
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug