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

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

Re: Try to understand the ora-company-number function again.


From: Emanuel Berg
Subject: Re: Try to understand the ora-company-number function again.
Date: Thu, 28 Oct 2021 01:08:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Hongyi Zhao wrote:

>     (company-complete-number
>      (if (equal k "0")
>              10
>            (string-to-number k)))

(mod (string-to-number k) 10)

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




reply via email to

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