On Sat, Feb 09, 2002 at 07:33:26PM -0500, Ilya Zakharevich wrote:
> This enables `r' command in bookmarks menus.
> 
> Enjoy,
> Ilya
> 
> P.S.  I found that DOSPATH (similarly to WIN_EX) is used in thousands of

so I've noticed (it takes a while to remove those, since they're mostly
related to the djgpp port, which I don't build or test).

perhaps not thousands (only a few hundred ;-)

>       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__)

Michel Such sent me a patch that does several of these changes - I had in
mind (as you recommend above) separating these out into a separate condition)

>      remove(filename_buffer);
>  #endif /* DOSPATH */
>  
> 
> ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

-- 
Thomas E. Dickey <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net

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

Reply via email to