GNU bug report logs -
#16115
24.3.50; doc string of `display-buffer-in-side-window' - there is no SIDE arg
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Wed, 11 Dec 2013 17:01:01 UTC
Severity: minor
Found in version 24.3.50
Done: martin rudalics <rudalics <at> gmx.at>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 16115 <at> debbugs.gnu.org (full text, mbox):
> > Subject line says it all. The doc string speaks of SIDE, as if there
> > were a SIDE argument. There is none.
>
> Thanks. Should be fixed now.
That was quick. Thanks.
> I couldn't resist to attach a file where you can see how this function
> can be used.
Looks interesting. When I loaded it I got this message:
Wrong type argument: listp, :inherit
This is one offender:
(defface frame-tabs-higlight-tab
'((t :inherit frame-tabs-item-tab
:foreground "white"
:background "green3"))
"Face for highlighting frame tabs item."
:version "24.4"
:group 'frame-tabs)
But if I try `C-M-x' on that twice, the first time gives the error and
the second defines it OK. Likewise for the other face defs.
Haven't tried to dig into it further - no time now.
(BTW, spelling typos: "higlight" -> "highlight".)
Wrt the function (and how I discovered its doc), I just used it in an
answer to a StackOverflow question. Dunno whether my answer is
appropriate or a good use of the function. Probably there is a simpler
and better answer.
http://stackoverflow.com/a/20525430/729907
This bug report was last modified 11 years and 153 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.