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

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

bug#48246: [PATCH] Prevent unnecessary restarings of ispell program.


From: Eli Zaretskii
Subject: bug#48246: [PATCH] Prevent unnecessary restarings of ispell program.
Date: Thu, 06 May 2021 07:57:29 +0300

> From: Dmitrii Kuragin <dmitriy.kuragin@gmail.com>
> Date: Wed,  5 May 2021 13:29:45 -0700
> Cc: Dmitrii Kuragin <dkuragin@ya.ru>
> 
> From: Dmitrii Kuragin <dkuragin@ya.ru>
> 
> Fix bug when ispell always restarted when `ispell-program-name` has a
> custom value. Function `eq` compares the object identity and not the
> object values which causes `eq` always return `nil` for values with the
> same value but different identity (address). `equal` compares actual
> values.

Thanks, but if we want to be smart about this, why stop at 'equal'?
why not 'file-equal-p'?  The latter will succeed in more cases.





reply via email to

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