all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tino Calancha <f92capac@gmail.com>
To: 23823@debbugs.gnu.org
Cc: Tino Calancha <f92capac@gmail.com>
Subject: bug#23823: Acknowledgement (25.0.95; Reset between highlight buffer/file comparisons)
Date: Wed, 22 Jun 2016 19:22:07 +0900 (JST)	[thread overview]
Message-ID: <alpine.DEB.2.20.1606221917550.6319@calancha-pc> (raw)
In-Reply-To: <handler.23823.B.14665903065838.ack@debbugs.gnu.org>



>Following patch fixed it calling
>(and highlight-changes-mode (hilit-chg-clear))
>each time
>(highlight-changes-mode 1)
>is called.

Sorry, the patch use:
(when highlight-changes-mode
   (hilit-chg-clear))

instead of:
(and highlight-changes-mode (hilit-chg-clear))

It doesn't affect my comment: it would be better if such calls
to 'hilit-chg-clear were handle automatically, instead of repeated
'by hand' each time.







  parent reply	other threads:[~2016-06-22 10:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-22 10:11 bug#23823: 25.0.95; Reset between highlight buffer/file comparisons Tino Calancha
     [not found] ` <handler.23823.B.14665903065838.ack@debbugs.gnu.org>
2016-06-22 10:22   ` Tino Calancha [this message]
2016-06-22 15:16 ` Eli Zaretskii
2016-06-23  0:46   ` Tino Calancha
2016-06-23 15:24     ` Eli Zaretskii
2016-06-24  4:36       ` Tino Calancha
2016-06-24  7:07         ` Eli Zaretskii
2016-06-24 13:13           ` Tino Calancha
2019-06-25 12:25             ` Lars Ingebrigtsen

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=alpine.DEB.2.20.1606221917550.6319@calancha-pc \
    --to=f92capac@gmail.com \
    --cc=23823@debbugs.gnu.org \
    /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.