GNU bug report logs -
#19294
25.0.50; fringe-bitmap-p returns always non-nil
Previous Next
Reported by: Ari Roponen <ari.roponen <at> gmail.com>
Date: Sun, 7 Dec 2014 10:45:02 UTC
Severity: normal
Found in version 25.0.50
Done: Ari Roponen <ari.roponen <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 19294 in the body.
You can then email your comments to 19294 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#19294
; Package
emacs
.
(Sun, 07 Dec 2014 10:45:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ari Roponen <ari.roponen <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sun, 07 Dec 2014 10:45:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
(fringe-bitmap-p 'left-arrow)
=> (get left-arrow 'fringe)
The following patch fixes the return value.
In GNU Emacs 25.0.50.13 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.5)
of 2014-12-07 on arirop
Repository revision: 2b53560c75b117452c047a7ac0d00f06266b8f8d
Windowing system distributor `Fedora Project', version 11.0.11601000
System Description: Fedora release 21 (Twenty One)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f695e1c..65d5f62 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-07 Ari Roponen <ari.roponen <at> gmail.com>
+
+ * fringe.el (fringe-bitmap-p): Fix return value.
+
2014-12-06 Ulf Jasper <ulf.jasper <at> web.de>
* net/newst-treeview.el (newsticker--treeview-list-add-item)
diff --git a/lisp/fringe.el b/lisp/fringe.el
index 97a0393..51d6543 100644
--- a/lisp/fringe.el
+++ b/lisp/fringe.el
@@ -85,7 +85,7 @@
(defun fringe-bitmap-p (symbol)
"Return non-nil if SYMBOL is a fringe bitmap."
- `(get ,symbol 'fringe))
+ (get symbol 'fringe))
;; Control presence of fringes
Reply sent
to
Ari Roponen <ari.roponen <at> gmail.com>
:
You have taken responsibility.
(Sun, 14 Dec 2014 11:08:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ari Roponen <ari.roponen <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 14 Dec 2014 11:08:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 19294-done <at> debbugs.gnu.org (full text, mbox):
Fixed by:
commit 9f28cb59dc77213e1496f4ded40017739d734114
Author: Dmitry Gutov <dgutov <at> yandex.ru>
Date: Sun Dec 14 12:51:52 2014 +0200
* lisp/fringe.el (fringe-bitmap-p): Fix 2014-12-05 breakage.
--
Ari Roponen
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#19294
; Package
emacs
.
(Sun, 14 Dec 2014 13:28:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 19294 <at> debbugs.gnu.org (full text, mbox):
Ari Roponen <ari.roponen <at> gmail.com> writes:
> Fixed by:
>
> commit 9f28cb59dc77213e1496f4ded40017739d734114
> Author: Dmitry Gutov <dgutov <at> yandex.ru>
> Date: Sun Dec 14 12:51:52 2014 +0200
Right. And sorry: I missed this bug report, along with the patch.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 12 Jan 2015 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 10 years and 211 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.