GNU bug report logs - #15625
24.2.50; ebnf2ps generates bad postscript when ebnf-production-name-p is nil

Previous Next

Package: emacs;

Reported by: Michael Gauland <mikelygee <at> amuri.net>

Date: Tue, 15 Oct 2013 21:19:02 UTC

Severity: normal

Found in version 24.2.50

Fixed in version 24.4

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 15625 in the body.
You can then email your comments to 15625 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#15625; Package emacs. (Tue, 15 Oct 2013 21:19:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Gauland <mikelygee <at> amuri.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 15 Oct 2013 21:19:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Gauland <mikelygee <at> amuri.net>
To: <bug-gnu-emacs <at> gnu.org>
Subject: 24.2.50; ebnf2ps generates bad postscript when
 ebnf-production-name-p is nil
Date: Wed, 16 Oct 2013 10:09:54 +1300
[Message part 1 (text/plain, inline)]
When ebnf-production-name-p is nil, ebnf-eps-buffer should generate a 
diagram without the production name.

Instead, it generates an invalid file; evince hangs when trying to open 
it.

I believe the approporiate fix is to modfiy the BOP function in the 
postscript file to drop the prodcution name when it is blank.

The attached dribble file (started with emacs -Q), demonstrates:
1. Loading ebnf2ps
2. Writing a grammar rule.
3. Running ebnf-eps-buffer to generate ebnf--sequence.eps; this file is 
valid.
4. Setting ebnf-production-name-p to nil.
5. Running ebnf-eps-buffer again; now ebnf--sequence.eps is invalid.
6. Modifying ebnf2ps.el as described above.
7. Reloading ebfn2ps.el.
8. Running ebnf-eps-buffer yet again; now ebnf--sequence.eps is valid, 
and correctly omits the production name from the diagram.

I've also tested this on GNU Emacs 23.4.1 (i486-pc-linux-gnu, GTK+ 
Version 2.24.10) on Debian stable.
Kind Regards,
Mike Gauland


In GNU Emacs 24.2.50.1 (i386-mingw-nt6.1.7601)
 of 2012-08-25 on YAMALOK
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --with-gcc (4.7) --cflags -m32 -O2 -g0 -march=prescott
 -mtune=prescott -pipe -IC:/gnuwin32/emacs/include
 -IC:/gnuwin32/emacs/lib -IC:/gnuwin32/src -IC:/gnutls/include
 -IC:/gnutls/lib -IC:/gnutls/bin -IC:/libxml2/include -IC:/libxml2/lib
 -IC:/libxml2/bin --ldflags '

Important settings:
  value of $LANG: ENZ
  locale-coding-system: cp1252
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-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
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<down-mouse-1> <mouse-1> M-x r e p o r t - e m <tab>
<return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 
mml
easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils time-date tooltip ediff-hook vc-hooks
lisp-float-type mwheel dos-w32 disp-table ls-lisp w32-win w32-vars
tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar
mouse jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
minibuffer button faces cus-face files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget 
hashtable-print-readable
backquote make-network-process multi-tty emacs)
[ebnf-dribble (application/octet-stream, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#15625; Package emacs. (Sat, 19 Oct 2013 02:26:01 GMT) Full text and rfc822 format available.

Message #8 received at 15625 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Michael Gauland <mikelygee <at> amuri.net>
Cc: 15625 <at> debbugs.gnu.org
Subject: Re: bug#15625: 24.2.50;
 ebnf2ps generates bad postscript when ebnf-production-name-p is nil
Date: Fri, 18 Oct 2013 22:25:45 -0400
That dribble file is rather hard to interpret.
IIUC, you are saying this patch is needed, is that right?

*** lisp/progmodes/ebnf2ps.el	2013-01-01 09:11:05 +0000
--- lisp/progmodes/ebnf2ps.el	2013-10-19 02:23:44 +0000
***************
*** 3912,3918 ****
   {/Effect EffectP def
    /fP F ForegroundP SetRGB BackgroundP aload pop true BG S
    /Effect 0 def
!   ( :) S false BG}if
   xw yw moveto
   hT EL RA
   xp yw moveto
--- 3912,3918 ----
   {/Effect EffectP def
    /fP F ForegroundP SetRGB BackgroundP aload pop true BG S
    /Effect 0 def
!   ( :) S false BG}{pop}ifelse
   xw yw moveto
   hT EL RA
   xp yw moveto





Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Tue, 22 Oct 2013 00:49:02 GMT) Full text and rfc822 format available.

Notification sent to Michael Gauland <mikelygee <at> amuri.net>:
bug acknowledged by developer. (Tue, 22 Oct 2013 00:49:05 GMT) Full text and rfc822 format available.

Message #13 received at 15625-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 15625-done <at> debbugs.gnu.org
Subject: Re: bug#15625: 24.2.50;
 ebnf2ps generates bad postscript when ebnf-production-name-p is nil
Date: Mon, 21 Oct 2013 20:48:29 -0400
Version: 24.4

Thanks; patch applied.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 19 Nov 2013 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 168 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.