This enables `r' command in bookmarks menus.

Enjoy,
Ilya

P.S.  I found that DOSPATH (similarly to WIN_EX) is used in thousands of
      unrelated situations.  I recommend setting a thousand of independent
      macros to check (each for a separate condition, as in RENAME_FAILS_IF_
      TARGET_EXISTS).

      To see what kind of gems is hidden there, search for the other DOSPATH
      in src/LYBookmark.c.

--- ./src/LYBookmark.c-pre      Sun Jun  3 11:58:00 2001
+++ ./src/LYBookmark.c  Sat Feb  9 15:24:12 2002
@@ -573,7 +573,7 @@ PUBLIC void remove_bookmark_link ARGS2(
     }
     LYCloseTempFP(nfp);
     nfp = NULL;
-#ifdef DOSPATH
+#if defined(DOSPATH) || defined(__EMX__)
     remove(filename_buffer);
 #endif /* DOSPATH */
 

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to