GNU bug report logs - #57835
(featurep 'haiku) vs (eq system-type 'haiku)

Previous Next

Package: emacs;

Reported by: Stefan Kangas <stefankangas <at> gmail.com>

Date: Thu, 15 Sep 2022 16:25:02 UTC

Severity: wishlist

Tags: notabug

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57835 in the body.
You can then email your comments to 57835 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to luangruo <at> yahoo.com, bug-gnu-emacs <at> gnu.org:
bug#57835; Package emacs. (Thu, 15 Sep 2022 16:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Stefan Kangas <stefankangas <at> gmail.com>:
New bug report received and forwarded. Copy sent to luangruo <at> yahoo.com, bug-gnu-emacs <at> gnu.org. (Thu, 15 Sep 2022 16:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: (featurep 'haiku) vs (eq system-type 'haiku)
Date: Thu, 15 Sep 2022 12:24:40 -0400
Severity: wishlist

Should the below be changed to use (eq system-type 'haiku) instead?
It seems like that's the pattern we use for the other systems we
support.

./term/haiku-win.el:28:(unless (featurep 'haiku)
./loadup.el:306:(if (featurep 'haiku)
./cus-start.el:866:                       (featurep 'haiku))
./version.el:81:                       ((featurep 'haiku)
./select.el:527:              ((featurep 'haiku) (add-hook
'haiku-lost-selection-functions
./select.el:535:          ((featurep 'haiku) (remove-hook
'haiku-lost-selection-functions
./net/browse-url.el:1044:    ((featurep 'haiku)
./image/wallpaper.el:246:        ((featurep 'haiku)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#57835; Package emacs. (Fri, 16 Sep 2022 01:29:01 GMT) Full text and rfc822 format available.

Message #8 received at 57835 <at> debbugs.gnu.org (full text, mbox):

From: Po Lu <luangruo <at> yahoo.com>
To: Stefan Kangas <stefankangas <at> gmail.com>
Cc: 57835 <at> debbugs.gnu.org
Subject: Re: bug#57835: (featurep 'haiku) vs (eq system-type 'haiku)
Date: Fri, 16 Sep 2022 09:28:18 +0800
Stefan Kangas <stefankangas <at> gmail.com> writes:

> Severity: wishlist
>
> Should the below be changed to use (eq system-type 'haiku) instead?
> It seems like that's the pattern we use for the other systems we
> support.
>
> ./term/haiku-win.el:28:(unless (featurep 'haiku)
> ./loadup.el:306:(if (featurep 'haiku)
> ./cus-start.el:866:                       (featurep 'haiku))
> ./version.el:81:                       ((featurep 'haiku)
> ./select.el:527:              ((featurep 'haiku) (add-hook
> 'haiku-lost-selection-functions
> ./select.el:535:          ((featurep 'haiku) (remove-hook
> 'haiku-lost-selection-functions
> ./net/browse-url.el:1044:    ((featurep 'haiku)
> ./image/wallpaper.el:246:        ((featurep 'haiku)

The `haiku' named feature checks for Haiku window system support, while
`system-type' only checks if Emacs (which could be built without window
system support) is running on Haiku.  So this isn't a bug.




Added tag(s) notabug. Request was from Stefan Kangas <stefankangas <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 18 Sep 2022 01:52:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 57835 <at> debbugs.gnu.org and Stefan Kangas <stefankangas <at> gmail.com> Request was from Stefan Kangas <stefankangas <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 18 Sep 2022 01:52:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#57835; Package emacs. (Mon, 19 Sep 2022 07:48:02 GMT) Full text and rfc822 format available.

Message #15 received at 57835-done <at> debbugs.gnu.org (full text, mbox):

From: Po Lu <luangruo <at> yahoo.com>
To: 57835-done <at> debbugs.gnu.org
Subject: Re: bug#57835: (featurep 'haiku) vs (eq system-type 'haiku)
Date: Mon, 19 Sep 2022 15:47:09 +0800



bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 17 Oct 2022 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 183 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.