diff options
| author | Juri Linkov | 2020-04-21 02:23:35 +0300 |
|---|---|---|
| committer | Juri Linkov | 2020-04-21 02:23:35 +0300 |
| commit | 692ad40539805e435a16b90067fa5917e4fea9f8 (patch) | |
| tree | 13ca872e6fd6c763ad6b8a6bd10d91c7e8410575 /etc | |
| parent | 05089a4d65831c5e873956f5f2d92a3d5672d405 (diff) | |
| download | emacs-692ad40539805e435a16b90067fa5917e4fea9f8.tar.gz emacs-692ad40539805e435a16b90067fa5917e4fea9f8.zip | |
Improve the documentation of tab-bar and tab-line
* doc/emacs/frames.texi (Tab Bars): Add xref to "Tab Line".
Document more commands.
* doc/emacs/windows.texi (Windows):
* doc/emacs/emacs.texi (Top): Add "Tab Line" menu.
* doc/emacs/windows.texi (Window Convenience):
Move tab-line documentation to new node "Tab Line".
(Tab Line): New node.
* doc/emacs/glossary.texi (Glossary):
* doc/emacs/modes.texi (Minor Modes):
* doc/emacs/display.texi (Standard Faces): Add xref to "Tab Line".
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 10 insertions, 2 deletions
| @@ -2720,8 +2720,8 @@ left to higher-level functions. | |||
| 2720 | +++ | 2720 | +++ |
| 2721 | *** Tab Bar mode | 2721 | *** Tab Bar mode |
| 2722 | The new command 'tab-bar-mode' enables the tab bar at the top of each | 2722 | The new command 'tab-bar-mode' enables the tab bar at the top of each |
| 2723 | frame, where you can use tabs to switch between named persistent | 2723 | frame (including TTY frames), where you can use tabs to switch between |
| 2724 | window configurations. | 2724 | named persistent window configurations. |
| 2725 | 2725 | ||
| 2726 | The 'C-x t' sequence is the new prefix key for tab-related commands: | 2726 | The 'C-x t' sequence is the new prefix key for tab-related commands: |
| 2727 | 'C-x t 2' creates a new tab; 'C-x t 0' deletes the current tab; | 2727 | 'C-x t 2' creates a new tab; 'C-x t 0' deletes the current tab; |
| @@ -2738,6 +2738,11 @@ when its value is "on", "yes" or "1". | |||
| 2738 | 2738 | ||
| 2739 | The user option 'tab-bar-position' specifies where to show the tab bar. | 2739 | The user option 'tab-bar-position' specifies where to show the tab bar. |
| 2740 | 2740 | ||
| 2741 | Tab-related commands can be used even without the tab bar when | ||
| 2742 | 'tab-bar-mode' is disabled by a nil value of the user option | ||
| 2743 | 'tab-bar-show'. Without the tab bar you can switch between tabs | ||
| 2744 | using completion on tab names, or using 'tab-switcher'. | ||
| 2745 | |||
| 2741 | Read the new Info node "(emacs) Tab Bars" for full description | 2746 | Read the new Info node "(emacs) Tab Bars" for full description |
| 2742 | of all related features. | 2747 | of all related features. |
| 2743 | 2748 | ||
| @@ -2752,6 +2757,9 @@ a repeat count. Clicking on the plus icon adds a new buffer to the | |||
| 2752 | window-local tab line of buffers. Using the mouse wheel on the tab | 2757 | window-local tab line of buffers. Using the mouse wheel on the tab |
| 2753 | line scrolls tabs. | 2758 | line scrolls tabs. |
| 2754 | 2759 | ||
| 2760 | Read the new Info node "(emacs) Tab Line" for full description | ||
| 2761 | of all related features. | ||
| 2762 | |||
| 2755 | +++ | 2763 | +++ |
| 2756 | ** fileloop.el lets one setup multifile operations like search&replace. | 2764 | ** fileloop.el lets one setup multifile operations like search&replace. |
| 2757 | 2765 | ||