lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev [PATCH 2.8.4] 'r' on OS/2


From: Thomas Dickey
Subject: Re: lynx-dev [PATCH 2.8.4] 'r' on OS/2
Date: Sat, 9 Feb 2002 20:14:01 -0500
User-agent: Mutt/1.2.5i

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 address@hidden

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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