all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Oleh Krehel <o.krehel@tue.nl>
Cc: 19493@debbugs.gnu.org, Dmitry Gutov <dgutov@yandex.ru>
Subject: bug#19493: [PATCH] Fix trailing ... for outline-toggle-children
Date: Tue, 23 Feb 2016 22:27:20 +1100	[thread overview]
Message-ID: <87egc3r7jb.fsf@gnus.org> (raw)
In-Reply-To: <CAJ1SQWBBzRD0T=yvh9cuEdKKoqh2dpubTvKWQvSpe9m0SgAuhg@mail.gmail.com> (Oleh Krehel's message of "Sat, 7 Feb 2015 19:07:56 +0100")

Oleh Krehel <o.krehel@tue.nl> writes:

>      (outline-flag-region (1- (point))
> -                         (progn (outline-next-preface) (point)) nil)))
> +                         (progn
> +                           (outline-next-preface)
> +                           (if (= 1 (- (point-max) (point)))
> +                               (point-max)
> +                             (point)))
> +                         nil)))

This looks like it was applied, so I'm closing the bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





      parent reply	other threads:[~2016-02-23 11:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-03  0:04 bug#19493: [PATCH] Fix trailing ... for outline-toggle-children Oleh Krehel
     [not found] ` <handler.19493.B.142024344824250.ack@debbugs.gnu.org>
2015-01-16 10:07   ` bug#19493: Acknowledgement ([PATCH] Fix trailing ... for outline-toggle-children) Oleh Krehel
2015-01-16 13:32 ` bug#19493: [PATCH] Fix trailing ... for outline-toggle-children Dmitry Gutov
2015-01-16 14:12   ` Oleh Krehel
2015-01-19  4:14     ` Dmitry Gutov
2015-02-07 18:07       ` Oleh Krehel
2015-02-08  0:08         ` Dmitry Gutov
2016-02-23 11:27         ` Lars Ingebrigtsen [this message]

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=87egc3r7jb.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=19493@debbugs.gnu.org \
    --cc=dgutov@yandex.ru \
    --cc=o.krehel@tue.nl \
    /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.