all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@linkov.net>
To: Kiso Katsuyuki <katsuyuki2388@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: tab-line-mode improvement
Date: Tue, 08 Sep 2020 21:56:51 +0300	[thread overview]
Message-ID: <87wo14f66k.fsf@mail.linkov.net> (raw)
In-Reply-To: <CAOq35dhE1+tJLFrZi-if5Py-FOfvDaBB43s8fqKGERtb_a+HtA@mail.gmail.com> (Kiso Katsuyuki's message of "Mon, 7 Sep 2020 23:39:59 -0500")

> I came up with two improvements on tab-line-mode:
>
> 1 Suppress-errors...
>   It suppresses errors when tab-line-switch-to-prev-tab or
>   tab-line-switch-to-next-tab is invoked in the window which has no tabs.
> 2 Introduce-a-new-variable... (after #1 patch is applied)
>   It introduces a new variable tab-line-switch-cycling which enables
>   cycling tab switch.

Thanks, both patches are useful additions.

> These patches are attached.
> I sent patches for the first time, any advices, comments, or questions are
> very welcome.

It seems your patches are short enough that you don't need to sign papers
for patches to be accepted.

> +(defcustom tab-line-switch-cycling nil
> +  "Enable `tab-line-switch-to-next-tab',
> +  `tab-line-switch-to-prev-tab' cycling switch. If the value is t,
> +  the cycling switch is enabled. If the value is nil, it is disabled."

The first line of the docstring should be a complete sentence
as described in (info "(elisp) Documentation")



  reply	other threads:[~2020-09-08 18:56 UTC|newest]

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

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

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

  git send-email \
    --in-reply-to=87wo14f66k.fsf@mail.linkov.net \
    --to=juri@linkov.net \
    --cc=emacs-devel@gnu.org \
    --cc=katsuyuki2388@gmail.com \
    /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 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.