unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kiso Katsuyuki <katsuyuki2388@gmail.com>
To: Juri Linkov <juri@linkov.net>, emacs-devel@gnu.org
Subject: Re: tab-line-mode improvement
Date: Sun, 13 Sep 2020 00:41:30 -0500	[thread overview]
Message-ID: <87imci2pyt.fsf@gmail.com> (raw)
In-Reply-To: <87y2li4ukw.fsf@mail.linkov.net>

[-- Attachment #1: Type: text/plain, Size: 126 bytes --]

Sorry, I forgot to mention an exception in
tab-line-switch-cycling docstring.

The docstring modification patch is attached.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: New patch --]
[-- Type: text/x-patch, Size: 962 bytes --]

From 803adce8bbb5bc35e011afb6b1e57a9878525b03 Mon Sep 17 00:00:00 2001
From: Kiso Katsuyuki <katsuyuki2388@gmail.com>
Date: Sun, 13 Sep 2020 00:01:59 -0500
Subject: [PATCH] Just add exception to the docstring

tab-line-switch-cycling is not effective when
tab-line-tabs-window-buffers is used.
---
 lisp/tab-line.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/tab-line.el b/lisp/tab-line.el
index 108f9f7d99..ef73d589c1 100644
--- a/lisp/tab-line.el
+++ b/lisp/tab-line.el
@@ -646,7 +646,8 @@ using the `previous-buffer' command."
   "Enable cycling tab switch.
 If non-nil, `tab-line-switch-to-prev-tab' in the first tab
 switches to the last tab and `tab-line-switch-to-next-tab' in the
-last tab switches to the first tab."
+last tab switches to the first tab. This variable is not effective
+when `tab-line-tabs-function' is `tab-line-tabs-window-buffers'"
   :type 'boolean
   :group 'tab-line
   :version "28.1")
-- 
2.28.0


  reply	other threads:[~2020-09-13  5:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-09  6:48 tab-line-mode improvement Kiso Katsuyuki
2020-09-09 19:31 ` Juri Linkov
2020-09-13  5:41   ` Kiso Katsuyuki [this message]
2020-09-13 13:24     ` Lars Ingebrigtsen
  -- strict thread matches above, loose matches on Subject: below --
2020-09-10  4:51 Kiso Katsuyuki
2020-09-08  4:39 Kiso Katsuyuki
2020-09-08 18:56 ` Juri Linkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87imci2pyt.fsf@gmail.com \
    --to=katsuyuki2388@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=juri@linkov.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).