emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32265: closed (26.1; yank-excluded-properties set


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32265: closed (26.1; yank-excluded-properties set to t triggers "Error in syntax_table logic for intervals <-" signal)
Date: Thu, 02 Aug 2018 13:33:02 +0000

Your message dated Thu, 02 Aug 2018 16:31:47 +0300
with message-id <address@hidden>
and subject line Re: bug#32265: 26.1; yank-excluded-properties set to t 
triggers "Error in syntax_table logic for intervals <-" signal
has caused the debbugs.gnu.org bug report #32265,
regarding 26.1; yank-excluded-properties set to t triggers "Error in 
syntax_table logic for intervals <-" signal
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32265: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32265
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.1; yank-excluded-properties set to t triggers "Error in syntax_table logic for intervals <-" signal Date: Tue, 24 Jul 2018 22:15:17 -0700 User-agent: mu4e 0.9.17; emacs 25.2.2
Download the following Java source file to your machine.

  https://s3-us-west-2.amazonaws.com/f9a75236/U.java
  
Alternatively, download JScheme-7.2 from

  https://sourceforge.net/projects/jscheme/files/jscheme/7.2/

and extract the file "jscheme-7.2/src/jsint/U.java".  (The problem
appears with other Java files, and you can try reproducing with other
Java files, but this one seems to trigger the problem quickly.)

Create a file "yank-test.el" on your machine with the following
contents:

  (setq yank-excluded-properties t)

  (defun kill-and-yank (at size)
    (goto-line at)
    (kill-line size)
    (redisplay t)
    (yank)
    (redisplay t))

  (defun kill-and-yank-loop ()
    (let* ((num-lines (line-number-at-pos (point-max)))
           (max-start (- num-lines 20))
           (max-block-size 15))
      (cl-loop (kill-and-yank (1+ (random max-start)) (1+ (random 
max-block-size))))))

These functions will kill random blocks of the current file, force a
redisplay, yank those blocks back into their positions, and force
another redisplay.

Run emacs 26.1 with

  emacs -Q -l yank-test.el U.java

Evaluate '(kill-and-yank-loop)' in U.java.  Eventually Emacs will raise
an error "Error in syntax_table logic for intervals <-".  The bug only
appears when yank-excluded-properties is set to "t".  When
yank-excluded-properties is left with its default value, I am unable to
reproduce the bug.

The error may come via any number of code paths.  One example is:

Debugger entered--Lisp error: (error "Error in syntax_table logic for intervals 
<-")
  parse-partial-sexp(5305 21868 -3 nil (-2 nil 5247 nil nil nil -2 nil nil nil 
nil))
  c-remove-stale-state-cache(5174 21969 21868)
  c-parse-state-1()
  c-parse-state()
  c-syntactic-skip-backward("^;{}" 21387 t)
  c-fl-decl-start(21970)
  c-change-expand-fl-region(21970 22230 0)
  #f(compiled-function (fn) #<bytecode 0xc8c831>)(c-change-expand-fl-region)
  mapc(#f(compiled-function (fn) #<bytecode 0xc8c831>) (c-depropertize-new-text 
c-parse-quotes-after-change c-restore-<>-properties c-change-expand-fl-region))
  c-after-change(21970 22230 0)
  insert-for-yank-1(#("    Object result = null;\n    try {\n      in = 
openInputFile(filename);\n      if (in == null) E.error(\"could not find '\" + 
filename +\n\011\011\011      \"' as a resource URL, or File.\");\n      result 
= proc.apply(list(in));\n    } finally { if (in != null) in.close(); }\n" 0 118 
(fontified nil) 118 119 (fontified nil) 119 144 (fontified nil) 144 145 
(fontified nil) 145 260 (fontified nil)))
  insert-for-yank(#("    Object result = null;\n    try {\n      in = 
openInputFile(filename);\n      if (in == null) E.error(\"could not find '\" + 
filename +\n\011\011\011      \"' as a resource URL, or File.\");\n      result 
= proc.apply(list(in));\n    } finally { if (in != null) in.close(); }\n" 0 118 
(fontified nil) 118 119 (fontified nil) 119 144 (fontified nil) 144 145 
(fontified nil) 145 260 (fontified nil)))
  yank()
  kill-and-yank(599 7)
  (while t (kill-and-yank (1+ (random max-start)) (1+ (random max-block-size))))
  (catch '--cl-block-nil-- (while t (kill-and-yank (1+ (random max-start)) (1+ 
(random max-block-size)))))
  (cl--block-wrapper (catch '--cl-block-nil-- (while t (kill-and-yank (1+ 
(random max-start)) (1+ (random max-block-size))))))
  (cl-block nil (while t (kill-and-yank (1+ (random max-start)) (1+ (random 
max-block-size)))))
  (cl-loop (kill-and-yank (1+ (random max-start)) (1+ (random max-block-size))))
  (let* ((num-lines (line-number-at-pos (point-max))) (max-start (- num-lines 
20)) (max-block-size 15)) (cl-loop (kill-and-yank (1+ (random max-start)) (1+ 
(random max-block-size)))))
  kill-and-yank-loop()
  eval((kill-and-yank-loop) nil)
  eval-expression((kill-and-yank-loop) nil nil 127)
  funcall-interactively(eval-expression (kill-and-yank-loop) nil nil 127)
  call-interactively(eval-expression nil nil)
  command-execute(eval-expression)



In GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 2.24.32)
 of 2018-07-24 built on priss.frightenedpiglet.com
Windowing system distributor 'The X.Org Foundation', version 11.0.12000000
System Description:     Debian GNU/Linux unstable (sid)

Recent messages:
Mark set [2 times]
Indenting region... done
Mark set [2 times]
Indenting region... done
Mark set [2 times]
Indenting region... done
Mark set [2 times]
Indenting region...
Entering debugger...
Auto-saving...done

Configured using:
 'configure --prefix=/home/sand/emacs-26.1 'CFLAGS=-g3 -gdwarf-2 -O0''

Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GSETTINGS NOTIFY ACL
GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS
GTK2 X11 THREADS LCMS2

Important settings:
  value of $LANG: en_US.utf8
  locale-coding-system: utf-8-unix

Major mode: Debugger

Minor modes in effect:
  shell-dirtrack-mode: t
  which-function-mode: t
  flx-ido-mode: t
  icomplete-mode: t
  auto-image-file-mode: t
  minibuffer-depth-indicate-mode: t
  minibuffer-electric-default-mode: t
  show-paren-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
/usr/share/emacs/site-lisp/sawfish/sawfish hides 
/home/sand/.emacs.d/elpa/sawfish-1.32/sawfish
/home/sand/.emacs.d/elpa/org-20180604/org-footnote hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-footnote
/home/sand/.emacs.d/elpa/org-20180604/org-lint hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-lint
/home/sand/.emacs.d/elpa/org-20180604/ob-lisp hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-lisp
/home/sand/.emacs.d/elpa/org-20180604/ob-calc hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-calc
/home/sand/.emacs.d/elpa/org-20180604/ob-R hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-R
/home/sand/.emacs.d/elpa/org-20180604/ob-table hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-table
/home/sand/.emacs.d/elpa/org-20180604/ob-emacs-lisp hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-emacs-lisp
/home/sand/.emacs.d/elpa/org-20180604/ob-screen hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-screen
/home/sand/.emacs.d/elpa/org-20180604/org-gnus hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-gnus
/home/sand/.emacs.d/elpa/org-20180604/ob-hledger hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-hledger
/home/sand/.emacs.d/elpa/org-20180604/ob-ditaa hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-ditaa
/home/sand/.emacs.d/elpa/org-20180604/ob-clojure hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-clojure
/home/sand/.emacs.d/elpa/org-20180604/ob-ebnf hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-ebnf
/home/sand/.emacs.d/elpa/org-20180604/ox-icalendar hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ox-icalendar
/home/sand/.emacs.d/elpa/org-20180604/org-capture hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-capture
/home/sand/.emacs.d/elpa/org-20180604/org-inlinetask hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-inlinetask
/home/sand/.emacs.d/elpa/org-20180604/ob-sqlite hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-sqlite
/home/sand/.emacs.d/elpa/org-20180604/ob-ref hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-ref
/home/sand/.emacs.d/elpa/org-20180604/ob-J hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-J
/home/sand/.emacs.d/elpa/org-20180604/ob-forth hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-forth
/home/sand/.emacs.d/elpa/org-20180604/ob-lua hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-lua
/home/sand/.emacs.d/elpa/org-20180604/org-eww hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-eww
/home/sand/.emacs.d/elpa/org-20180604/ob-io hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-io
/home/sand/.emacs.d/elpa/org-20180604/ob-latex hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-latex
/home/sand/.emacs.d/elpa/org-20180604/ob-css hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-css
/home/sand/.emacs.d/elpa/org-20180604/ox-publish hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ox-publish
/home/sand/.emacs.d/elpa/org-20180604/org-macro hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-macro
/home/sand/.emacs.d/elpa/org-20180604/ob-maxima hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-maxima
/home/sand/.emacs.d/elpa/org-20180604/ob-ocaml hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-ocaml
/home/sand/.emacs.d/elpa/org-20180604/ob-js hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-js
/home/sand/.emacs.d/elpa/org-20180604/ox-latex hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ox-latex
/home/sand/.emacs.d/elpa/org-20180604/org-list hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-list
/home/sand/.emacs.d/elpa/org-20180604/ox-beamer hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ox-beamer
/home/sand/.emacs.d/elpa/org-20180604/org-faces hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-faces
/home/sand/.emacs.d/elpa/org-20180604/ob-exp hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-exp
/home/sand/.emacs.d/elpa/org-20180604/org-habit hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-habit
/home/sand/.emacs.d/elpa/org-20180604/org-entities hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-entities
/home/sand/.emacs.d/elpa/org-20180604/ob-perl hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-perl
/home/sand/.emacs.d/elpa/org-20180604/ob-scheme hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-scheme
/home/sand/.emacs.d/elpa/org-20180604/ob-C hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-C
/home/sand/.emacs.d/elpa/org-20180604/org-mobile hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-mobile
/home/sand/.emacs.d/elpa/org-20180604/org-element hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-element
/home/sand/.emacs.d/elpa/org-20180604/ob-core hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-core
/home/sand/.emacs.d/elpa/org-20180604/ox-html hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ox-html
/home/sand/.emacs.d/elpa/org-20180604/ob-haskell hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-haskell
/home/sand/.emacs.d/elpa/org-20180604/org-bibtex hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-bibtex
/home/sand/.emacs.d/elpa/org-20180604/ox-odt hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ox-odt
/home/sand/.emacs.d/elpa/org-20180604/org-crypt hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-crypt
/home/sand/.emacs.d/elpa/org-20180604/org-info hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-info
/home/sand/.emacs.d/elpa/org-20180604/ob-dot hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-dot
/home/sand/.emacs.d/elpa/org-20180604/ob-gnuplot hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-gnuplot
/home/sand/.emacs.d/elpa/org-20180604/ob-fortran hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-fortran
/home/sand/.emacs.d/elpa/org-20180604/ob-shell hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-shell
/home/sand/.emacs.d/elpa/org-20180604/org-macs hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-macs
/home/sand/.emacs.d/elpa/org-20180604/ox-ascii hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ox-ascii
/home/sand/.emacs.d/elpa/org-20180604/org hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org
/home/sand/.emacs.d/elpa/org-20180604/org-w3m hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-w3m
/home/sand/.emacs.d/elpa/org-20180604/ob-ledger hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-ledger
/home/sand/.emacs.d/elpa/org-20180604/org-docview hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-docview
/home/sand/.emacs.d/elpa/org-20180604/ob-eval hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-eval
/home/sand/.emacs.d/elpa/org-20180604/ob-coq hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-coq
/home/sand/.emacs.d/elpa/org-20180604/ob-awk hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-awk
/home/sand/.emacs.d/elpa/org-20180604/org-table hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-table
/home/sand/.emacs.d/elpa/org-20180604/org-agenda hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-agenda
/home/sand/.emacs.d/elpa/org-20180604/org-id hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-id
/home/sand/.emacs.d/elpa/org-20180604/ob-groovy hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-groovy
/home/sand/.emacs.d/elpa/org-20180604/org-eshell hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-eshell
/home/sand/.emacs.d/elpa/org-20180604/ob-lob hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-lob
/home/sand/.emacs.d/elpa/org-20180604/ob-keys hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-keys
/home/sand/.emacs.d/elpa/org-20180604/ob-makefile hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-makefile
/home/sand/.emacs.d/elpa/org-20180604/ob-lilypond hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-lilypond
/home/sand/.emacs.d/elpa/org-20180604/org-irc hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-irc
/home/sand/.emacs.d/elpa/org-20180604/ob-asymptote hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-asymptote
/home/sand/.emacs.d/elpa/org-20180604/ox-texinfo hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ox-texinfo
/home/sand/.emacs.d/elpa/org-20180604/org-archive hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-archive
/home/sand/.emacs.d/elpa/org-20180604/ob-mscgen hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-mscgen
/home/sand/.emacs.d/elpa/org-20180604/org-rmail hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-rmail
/home/sand/.emacs.d/elpa/org-20180604/org-version hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-version
/home/sand/.emacs.d/elpa/org-20180604/org-compat hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-compat
/home/sand/.emacs.d/elpa/org-20180604/ox-org hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ox-org
/home/sand/.emacs.d/elpa/org-20180604/ob-java hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-java
/home/sand/.emacs.d/elpa/org-20180604/ob-stan hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-stan
/home/sand/.emacs.d/elpa/org-20180604/ob-processing hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-processing
/home/sand/.emacs.d/elpa/org-20180604/org-mouse hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-mouse
/home/sand/.emacs.d/elpa/org-20180604/ox-man hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ox-man
/home/sand/.emacs.d/elpa/org-20180604/org-ctags hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-ctags
/home/sand/.emacs.d/elpa/org-20180604/ob-octave hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-octave
/home/sand/.emacs.d/elpa/org-20180604/ob-matlab hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-matlab
/home/sand/.emacs.d/elpa/org-20180604/org-feed hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-feed
/home/sand/.emacs.d/elpa/org-20180604/ob-org hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-org
/home/sand/.emacs.d/elpa/org-20180604/ob-vala hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-vala
/home/sand/.emacs.d/elpa/org-20180604/org-datetree hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-datetree
/home/sand/.emacs.d/elpa/org-20180604/ob-sass hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-sass
/home/sand/.emacs.d/elpa/org-20180604/org-protocol hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-protocol
/home/sand/.emacs.d/elpa/org-20180604/org-pcomplete hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-pcomplete
/home/sand/.emacs.d/elpa/org-20180604/org-duration hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-duration
/home/sand/.emacs.d/elpa/org-20180604/org-bbdb hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-bbdb
/home/sand/.emacs.d/elpa/org-20180604/ob-ruby hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-ruby
/home/sand/.emacs.d/elpa/org-20180604/org-indent hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-indent
/home/sand/.emacs.d/elpa/org-20180604/org-mhe hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-mhe
/home/sand/.emacs.d/elpa/org-20180604/ob-sed hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-sed
/home/sand/.emacs.d/elpa/org-20180604/ob-picolisp hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-picolisp
/home/sand/.emacs.d/elpa/org-20180604/ob-sql hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-sql
/home/sand/.emacs.d/elpa/org-20180604/ob-plantuml hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-plantuml
/home/sand/.emacs.d/elpa/org-20180604/org-src hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-src
/home/sand/.emacs.d/elpa/org-20180604/ob-shen hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-shen
/home/sand/.emacs.d/elpa/org-20180604/ob-abc hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-abc
/home/sand/.emacs.d/elpa/org-20180604/org-attach hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-attach
/home/sand/.emacs.d/elpa/org-20180604/org-install hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-install
/home/sand/.emacs.d/elpa/org-20180604/org-timer hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-timer
/home/sand/.emacs.d/elpa/org-20180604/ob-comint hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-comint
/home/sand/.emacs.d/elpa/org-20180604/ox hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ox
/home/sand/.emacs.d/elpa/org-20180604/ox-md hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ox-md
/home/sand/.emacs.d/elpa/org-20180604/org-clock hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-clock
/home/sand/.emacs.d/elpa/org-20180604/org-colview hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-colview
/home/sand/.emacs.d/elpa/org-20180604/ob-python hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-python
/home/sand/.emacs.d/elpa/org-20180604/ob-tangle hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob-tangle
/home/sand/.emacs.d/elpa/org-20180604/ob hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/ob
/home/sand/.emacs.d/elpa/org-20180604/org-plot hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-plot
/home/sand/.emacs.d/elpa/org-20180604/org-loaddefs hides 
/home/sand/src/emacs/emacs-26.1/lisp/org/org-loaddefs

Features:
(dabbrev magit-utils crm misearch multi-isearch shadow sort rfc1345
quail mail-extr emacsbug sendmail cl-print debug apropos pp eieio-opt
speedbar sb-image ezimage dframe find-func help-fns radix-tree
executable emacs-lock thingatpt aggressive-indent easy-mmode
paredit-menu paredit edmacro kmacro elec-pair smex add-log cl-extra
help-mode parse-time vc-cvs margin cap-words superword subword cedet
cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine
cc-vars cc-defs shell pcomplete comint ring find-dired dired-aux
org-install mu4e-dbus mu4e-server mu4e-utils doc-view jka-compr
image-mode mu4e-lists mu4e-vars message rmc puny dired-x dired
dired-loaddefs format-spec rfc822 mml mml-sec epa derived epg gnus-util
rmail rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse rfc2231
rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader
mu4e-meta cl dbus xml bbdb-autoloads org-loaddefs mm-util mail-prsvr
which-func imenu ansi-color flx-ido flx ido icomplete image-file
mb-depth advice minibuf-eldef paren solarized-dark-theme
solarized-light-theme solarized color dash subr-x finder-inf
uuid-autoloads vline-autoloads info package easymenu epg-config
url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs
eieio-loaddefs password-cache url-vars seq byte-opt gv bytecomp
byte-compile cconv cl-loaddefs cl-lib time-date mule-util tooltip eldoc
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win
x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page menu-bar rfn-eshadow isearch timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame cl-generic cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932
hebrew greek romanian slovak czech european ethiopic indian cyrillic
chinese composite charscript charprop case-table epa-hook jka-cmpr-hook
help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs
button faces cus-face macroexp files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget hashtable-print-readable
backquote dbusbind inotify lcms2 dynamic-setting system-font-setting
font-render-setting move-toolbar gtk x-toolkit x multi-tty
make-network-process emacs)

Memory information:
((conses 16 523313 86675)
 (symbols 48 36798 42)
 (miscs 40 461 3110)
 (strings 32 91801 11336)
 (string-bytes 1 2755477)
 (vectors 16 58471)
 (vector-slots 8 1668451 92326)
 (floats 8 352 729)
 (intervals 56 18179 882)
 (buffers 992 21))



--- End Message ---
--- Begin Message --- Subject: Re: bug#32265: 26.1; yank-excluded-properties set to t triggers "Error in syntax_table logic for intervals <-" signal Date: Thu, 02 Aug 2018 16:31:47 +0300
> From: Derek Upham <address@hidden>
> Cc: address@hidden, address@hidden
> Date: Wed, 01 Aug 2018 21:44:09 -0700
> 
> After applying the patch to stock 26.1 sources, I’m not able to reproduce the 
> bug.  I think you can push the fix to master.  Thanks for looking into this.

Thanks, I pushed the change to the emacs-26 branch, and I'm closing
the bug.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]