all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* An article about Emacs for TUGboat
@ 2018-02-10 19:47 Marcin Borkowski
  2018-02-10 19:57 ` Kaushal Modi
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Marcin Borkowski @ 2018-02-10 19:47 UTC (permalink / raw)
  To: Help Gnu Emacs mailing list

Hi all,

I was asked by one of the editors of TUGboat (the journal of the TeX
Users' Group) to write an article about using Emacs for TeX.  I am now
in the process of writing this paper.  My idea is to first explain the
basic concepts of Emacs, and then proceed to AUCTeX and various ways of
customizing Emacs.  I would be very glad if some more experienced Emacs
(and TeX) user could read my paper and suggest any enhancements.

For the record, I want to explain Emacs using four main concepts:

1. Buffers.  Like in Unix "everything is a file", in Emacs "everything
is a buffer".  What in other editors is implemented using various things
(dialog windows, text input boxes, non-editable text areas, file
selection widgets, tree-like outlines etc.) is all buffers in Emacs.

2. Commands.  Commands are pieces of Lisp which perform various tasks,
from inserting a character in a buffer to playing tetris.  By writing
commands, the user can extend Emacs, or in fact build their own editor
(or other application, like an email client!) on top of it.

3. Keybindings.  In Emacs, every key can be bound to a command.

4. Modes.  This is how Emacs knows which key is bound to which command
in which buffer, thus making the previous three work well together and
enabling a smooth user experience.

I understand this is an oversimplification - it must be in a 5-10-page
paper - but I think this more or less catches the spirit of Emacs.  Does
anyone think I should add (or subtract;-)) something?

Also, are there any volunteers to proofread the first draft of my paper?
(It should be ready in about a week, and I have to submit it in about
a month.)

TIA,

--
Marcin Borkowski



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

end of thread, other threads:[~2018-02-17  4:24 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-10 19:47 An article about Emacs for TUGboat Marcin Borkowski
2018-02-10 19:57 ` Kaushal Modi
2018-02-13 14:15   ` Marcin Borkowski
2018-02-10 23:27 ` Jean-Christophe Helary
2018-02-11  6:57   ` Marcin Borkowski
2018-02-11  7:58     ` Jean-Christophe Helary
2018-02-12 16:13       ` Sivaram Neelakantan
2018-02-13 14:04         ` Marcin Borkowski
     [not found]       ` <mailman.8980.1518452060.27995.help-gnu-emacs@gnu.org>
2018-02-12 16:23         ` Emanuel Berg
2018-02-13 14:03           ` Marcin Borkowski
     [not found]           ` <mailman.9041.1518530621.27995.help-gnu-emacs@gnu.org>
2018-02-13 19:15             ` Emanuel Berg
2018-02-13 14:02       ` Marcin Borkowski
2018-02-12  4:34 ` N. Raghavendra
2018-02-13 14:06   ` Marcin Borkowski
     [not found] ` <mailman.8863.1518305243.27995.help-gnu-emacs@gnu.org>
2018-02-12 15:26   ` Emanuel Berg
2018-02-13 14:04     ` Marcin Borkowski
2018-02-13 11:31 ` Eric S Fraga
2018-02-13 19:50   ` Marcin Borkowski
     [not found] ` <871shl3zf9.fsf@russet.org.uk>
2018-02-16 12:13   ` Phillip Lord
2018-02-17  4:24     ` Marcin Borkowski

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.