Your message dated Thu, 25 May 2006 10:30:17 +0200
with message-id <[EMAIL PROTECTED]>
and subject line closing old bugs
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: elinks
Version: 0.3.20020825-1
Severity: wishlist
Tags: patch

Hi Peter,

While playing with LUA bookmarks, I've noticed that no bookmark.lst file
is created and if you don't know the syntax of this file you are lost :).

The following patch solves this, by take into account that it's the
first time I see LUA code, so...

regards,
guillem

--- bm.lua      2002-09-11 13:44:25.000000000 +0200
+++ bm.lua.orig 2002-01-29 01:32:13.000000000 +0100
@@ -106,6 +106,8 @@
 
 -- Write bookmarks to disk.
 function bm_save_bookmarks (filename)
+    if bm_dont_save then return end
+
     function esc (str)
        return gsub (str, "([^-%w [EMAIL PROTECTED]:/'().])",
                     function (s) 
@@ -140,6 +142,10 @@
     if type (tmp) == 'table' then
        bm_bookmarks = tmp
        bm_sort_bookmarks ()
+       bm_dont_save = nil
+    else
+       _ALERT ("Error loading "..filename)
+       bm_dont_save = 1
     end
 end
 

--- End Message ---
--- Begin Message ---
Version: 0.11.1-1 

as far as I an tell these patches were all incorporated and the bugs gone
with the newer releases. (some were plain invalid, more than a year old reports,
or unreplied questions.)

tell me if you think otherwise.

thanks.

--- End Message ---

Reply via email to