Kumar Appaiah <a.kumar@xxxxxxxxxxx> writes: > Dear Emacspeak users, > > I am a Debian contributor, and wanted your help with the emacspeak package. ... Kumar's patch for Debian exposed some incorrect syntax in lisp/emacspeak-wizards.el. (let (( (get-buffer-create ...)))) should read (let ((buffer (get-buffer-create ...)))) Here's a patch against trunk. Regards, -- Chris
--- lisp/emacspeak-wizards.el (revision 6048) +++ lisp/emacspeak-wizards.el (working copy) @@ -1856,7 +1856,7 @@ (read-from-minibuffer "Depth: ") (read-from-minibuffer "Count: "))) (declare (special emacspeak-wizards-table-content-extractor)) - (let (( + (let ((buffer (get-buffer-create " *table extractor* "))) (save-excursion (set-buffer buffer)
If you have questions about this archive or had problems using it, please send mail to:
priestdo@xxxxxxxxxxx No Soliciting!Emacspeak List Archive | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 | 2000 | 1999 | 1998 | Pre 1998