emacs-devel
[Top][All Lists]
Advanced

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

Re: Question about minibuffer and child frames (Posframe)


From: Feng Shu
Subject: Re: Question about minibuffer and child frames (Posframe)
Date: Mon, 07 Oct 2024 15:20:30 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Gerd Möllmann <gerd.moellmann@gmail.com> writes:

> As an aside, because that might affect Posframe maybe in the future. I
> also implemented borders around child frames now, but in a strange way,
> with the 'undecorated' frame parameter. If a tty child frame is not
> undecorated, a border is drawn around it, otherwise it isn't.


I have tested (undecorated . nil) in emacs, but show segmentation fault.


feng@Guix ~/projects/emacs$ 
EMACSLOADPATH=/home/feng/projects/emacs/lisp:$EMACSLOADPATH ./src/emacs -nw
Fatal error 11: Segmentation fault
Backtrace:
./src/emacs[0x5607db]
./src/emacs[0x4223ea]
./src/emacs[0x4228d4]
./src/emacs[0x55ee08]
./src/emacs[0x55ee79]
/gnu/store/zvlp3n8iwa1svxmwv4q22pv1pb1c9pjq-glibc-2.39/lib/libc.so.6(+0x3e560)[0x7f046411a560]
./src/emacs[0x433445]
./src/emacs[0x433719]
./src/emacs[0x47adc5]
./src/emacs[0x54e317]
./src/emacs[0x5512e9]
./src/emacs[0x553141]
./src/emacs[0x5c7597]
./src/emacs[0x53fd0a]
./src/emacs[0x5c74f1]
./src/emacs[0x53fcaf]
./src/emacs[0x547513]
./src/emacs[0x54788e]
./src/emacs[0x42ad38]
/gnu/store/zvlp3n8iwa1svxmwv4q22pv1pb1c9pjq-glibc-2.39/lib/libc.so.6(+0x29bf7)[0x7f0464105bf7]
/gnu/store/zvlp3n8iwa1svxmwv4q22pv1pb1c9pjq-glibc-2.39/lib/libc.so.6(__libc_start_main+0x7c)[0x7f0464105cac]
./src/emacs[0x42b1e1]


>
> The reason for this strange way of doing things is that I quit in a rage
> when trying to add the normal border handling for tty frames. Works for
> me. Just mentioning it so that others can comment how terrible that is :-).

-- 




reply via email to

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