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

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

Re: New functionality breaks my old function


From: Miles Bader
Subject: Re: New functionality breaks my old function
Date: 03 Apr 2001 10:30:55 +0900

Barry Margolin <barmar@genuity.net> writes:
> How about wrapping ignore-errors around each of the calls to dired:
> 
>  (ignore-errors (dired "*_ge*.pp"))
>  (ignore-errors (dired "*_op*.pp"))
>  ...

`ignore-errors' is a common-lisp compatibility function, so you have to
do (require 'cl) first...

-Miles
-- 
Love is a snowmobile racing across the tundra.  Suddenly it flips over,
pinning you underneath.  At night the ice weasels come.  --Nietzsche



reply via email to

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