Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
bug#12879: 24.3.50; Lisp error: (invalid-read-syntax "Failed matching" (gv-place form))
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Stefan Monnier  
View profile  
 More options Nov 13 2012, 8:14 pm
Newsgroups: gnu.emacs.bug
From: Stefan Monnier <monn...@iro.umontreal.ca>
Date: Tue, 13 Nov 2012 20:13:44 -0500
Local: Tues, Nov 13 2012 8:13 pm
Subject: bug#12879: 24.3.50; Lisp error: (invalid-read-syntax "Failed matching" (gv-place form))

> Debugger entered--Lisp error: (invalid-read-syntax "Failed matching" (gv-place form))

Thanks, I installed the patch below which fixes this bug,

        Stefan

=== modified file 'lisp/emacs-lisp/gv.el'
--- lisp/emacs-lisp/gv.el       2012-11-13 02:25:59 +0000
+++ lisp/emacs-lisp/gv.el       2012-11-14 01:11:33 +0000
@@ -236,7 +236,7 @@
 The return value is the last VAL in the list.

 \(fn PLACE VAL PLACE VAL ...)"
-  (declare (debug (gv-place form)))
+  (declare (debug (&rest [gv-place form])))
   (if (and args (null (cddr args)))
       (let ((place (pop args))
             (val (car args)))


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »