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

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

Re: EUDC hotlist broken... ?


From: Pavel Janík
Subject: Re: EUDC hotlist broken... ?
Date: Fri, 04 Jan 2002 08:55:32 +0100
User-agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.1.50 (i386-suse-linux-gnu)

   From: "Paul Smith" <pausmith@nortelnetworks.com>
   Date: Thu, 03 Jan 2002 16:15:46 -0500

   > If you try to run M-x eudc-edit-hotlist RET, you get an error:
   > 
   >   Debugger entered--Lisp error: (wrong-type-argument wholenump -3)
   >     make-string(-3 32)
   >     eudc-edit-hotlist()
   >   * call-interactively(eudc-edit-hotlist)
   >     execute-extended-command(nil)
   >     call-interactively(execute-extended-command)

Does the following patch help you?

--- eudc-hotlist.el.~1.2.~      Mon Oct 29 20:06:55 2001
+++ eudc-hotlist.el     Fri Jan  4 08:54:07 2002
@@ -62,7 +62,7 @@
 (defun eudc-edit-hotlist ()
   "Edit the hotlist of directory servers in a specialized buffer."
   (interactive)
-  (let ((proto-col 0)
+  (let ((proto-col 10)
        gap)
     (switch-to-buffer (get-buffer-create "*EUDC Servers*"))
     (setq buffer-read-only nil)
-- 
Pavel Janík

Let the data structure the program.
                  --  The Elements of Programming Style (Kernighan & Plaugher)



reply via email to

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