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

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

Re: Printf and quoting in general, SQL injection in particular [was: Ema


From: Emanuel Berg
Subject: Re: Printf and quoting in general, SQL injection in particular [was: Emacs Modular Configuration: the preferable way]
Date: Tue, 06 Jul 2021 04:02:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jean Louis wrote:

>> OK, how is it suppose to look then?
>
> I think by using file- related functions:

Well, yes, but I meant my stuff in particular:

  https://dataswamp.org/~incal/conf/.emacs

> (defun doi-file-find (md5)
>   "Return existing MD5 file for Double Opt-In.confirmation
>   or NIL."

Heh :)

> (if (file-exists-p file) file nil)))

(and (file-exists-p file) file)

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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