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

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

bug#21804: 25.0.50; file-notify-tests failure on Cygwin


From: Eli Zaretskii
Subject: bug#21804: 25.0.50; file-notify-tests failure on Cygwin
Date: Sat, 31 Dec 2016 10:26:53 +0200

> Cc: 21804@debbugs.gnu.org
> From: Ken Brown <kbrown@cornell.edu>
> Date: Fri, 30 Dec 2016 17:19:03 -0500
> 
> On 12/30/2016 2:07 PM, Michael Albinus wrote:
> > Eli Zaretskii <eliz@gnu.org> writes:
> >
> >>> -         (string-equal (file-notify--test-monitor) "GPollFileMonitor"))
> >>> +          (or (string-equal (file-notify--test-monitor) 
> >>> "GPollFileMonitor")
> >>> +              (string-equal (file-notify--test-monitor) 
> >>> "GFamFileMonitor")))
> >>
> >> Wouldn't it be better if gfile-monitor-name returned a symbol instead
> >> of a string?  That's our general convention with functions, I think.
> >
> > I've changed it accordingly.
> 
> But since it returns an uninterned symbol, I think I still need to use 
> string-equal above.  Or am I misunderstanding something?

I actually don't understand why Michael decided to return an
uninterned symbol here.





reply via email to

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