all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Masaru Nomiya <nomiya@galaxy.dti.ne.jp>
To: emacs-devel@gnu.org, eliz@gnu.org
Subject: Found the cause! (Was: Re: recent emacs 27.0.50 prevent gnuplot's compilation)
Date: Fri, 02 Nov 2018 13:55:38 +0900	[thread overview]
Message-ID: <87wopwaxit.wl-nomiya@galaxy.dti.ne.jp> (raw)
In-Reply-To: <87pnvp39vd.wl-nomiya@galaxy.dti.ne.jp>

Hello,

In the Message; 

  Subject    : recent emacs 27.0.50 prevent gnuplot's compilation
  Message-ID : <87pnvp39vd.wl-nomiya@galaxy.dti.ne.jp>
  Date & Time: Thu, 01 Nov 2018 09:43:50 +0900

Masaru Nomiya <nomiya@galaxy.dti.ne.jp> has written:

>  Hello,

>  I tried to compile gnuplot gnuplot-5.2.5-113.6.src.rpm, but it failed
>  with the very latest emacs. The error msassege is as follows;

>  [...]
>  Unknown commands: newread gpVersion includegraphics closein href error GpVersion hypersetup undefined chead rhead openin read fileGpVersion fi hyperlink ifeof ifxL parpic adjustarticle leftmark cfoot else lhead hypertarget
>  [...]

>  I tried to compile with the revision 8fffac14b19d375f774b835ea33ef8989300125d
>  emacs, I could compile gnuplot.

>  In this case, above message changed;

>  [...]
>  Unknown commands: fileGpVersion adjustarticle read hypersetup error rhead chead fi ifeof else hypertarget gpVersion href lhead openin GpVersion cfoot hyperlink closein parpic undefined ifxL newread leftmark includegraphics
>  [...]

My problem was caused by;

commit 3dd16a89bf410d77e9ddc41cbfbbd4b343928d6d
Author: Juri Linkov <juri@linkov.net>
Date:   Sat Oct 27 23:27:54 2018 +0300

    * lisp/isearch.el (lazy-highlight-buffer): New defcustom.  (Bug#29360)
    
    (lazy-highlight-buffer-max-at-a-time): New defcustom.
    (isearch-lazy-highlight-buffer): New defvar.
    (isearch-lazy-highlight-new-loop): Don't check changes in window
    boundaries when lazy-highlight-buffer is non-nil.
    Move code that extends start/end to match whole string at point
    here from isearch-lazy-highlight-search.
    (isearch-lazy-highlight-search): Add args string and bound
    like in other search functions.  Move calculation of bound
    to isearch-lazy-highlight-update.
    (isearch-lazy-highlight-match): New function with code extracted from
    isearch-lazy-highlight-update to be called also from
    isearch-lazy-highlight-buffer-update.
    (isearch-lazy-highlight-update): Reuse the values returned from
    window-group-start and window-group-end.  At the end schedule the
    timer to call isearch-lazy-highlight-buffer-update when
    isearch-lazy-highlight-buffer is non-nil.
    (isearch-lazy-highlight-buffer-update): New function.


That is , revert iserch.el to previous one, solved my problem.

Thanks,

---
 Masaru Nomiya             mail-to: nomiya @ galaxy.dti.ne.jp



      reply	other threads:[~2018-11-02  4:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-01  0:43 recent emacs 27.0.50 prevent gnuplot's compilation Masaru Nomiya
2018-11-02  4:55 ` Masaru Nomiya [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=87wopwaxit.wl-nomiya@galaxy.dti.ne.jp \
    --to=nomiya@galaxy.dti.ne.jp \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@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.