[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107219: * doc/lispref/modes.texi (Ba
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107219: * doc/lispref/modes.texi (Basic Major Modes): Mention tabulated-list-mode. |
Date: |
Thu, 09 Feb 2012 21:33:01 -0500 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107219
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-02-09 21:33:01 -0500
message:
* doc/lispref/modes.texi (Basic Major Modes): Mention tabulated-list-mode.
* etc/NEWS: Related markup.
modified:
doc/lispref/ChangeLog
doc/lispref/modes.texi
etc/NEWS
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2012-02-09 07:48:22 +0000
+++ b/doc/lispref/ChangeLog 2012-02-10 02:33:01 +0000
@@ -1,3 +1,7 @@
+2012-02-10 Glenn Morris <address@hidden>
+
+ * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
+
2012-02-08 Glenn Morris <address@hidden>
* loading.texi (Named Features): Update the require example.
=== modified file 'doc/lispref/modes.texi'
--- a/doc/lispref/modes.texi 2012-02-07 08:26:54 +0000
+++ b/doc/lispref/modes.texi 2012-02-10 02:33:01 +0000
@@ -915,6 +915,20 @@
Buffers,,Listing Existing Buffers, emacs, The GNU Emacs Manual}.
@end deffn
address@hidden tables of data
address@hidden Command tabulated-list-mode
+Tabulated List mode is another mode that derives from Special mode. It
+displays tabulated data, i.e. a series of rows and columns, where each
+row represents a particular entry, whose properties are displayed in the
+various columns. It provides a general mechanism for sorting on
+columns. You can use Tabulated List mode as the basis for other modes
+that need to display lists. For example, the @samp{*Packages*} buffer
+uses this (@pxref{Packages,,, emacs, The GNU Emacs Manual}). The
+documentation of the @code{tabulated-list-mode} function explains what
+you need to do to use it. At a minimum, specify the column format via
+the @code{tabulated-list-format} variable.
address@hidden deffn
+
@node Generic Modes
@subsection Generic Modes
@cindex generic mode
=== modified file 'etc/NEWS'
--- a/etc/NEWS 2012-02-09 08:02:09 +0000
+++ b/etc/NEWS 2012-02-10 02:33:01 +0000
@@ -968,6 +968,7 @@
** New global minor mode electric-layout-mode.
When enabled, typing certain characters automatically inserts newlines.
++++
** tabulated-list.el provides a generic major mode for tabulated data,
from which other modes can be derived.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107219: * doc/lispref/modes.texi (Basic Major Modes): Mention tabulated-list-mode.,
Glenn Morris <=