unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#53849: 28.0.50; Emacsclient frame immediate close
@ 2022-02-07 12:59 Daniel E. Doherty
  2022-02-07 16:52 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel E. Doherty @ 2022-02-07 12:59 UTC (permalink / raw)
  To: 53849


I have not been able to boil this down to a reproducible recipe, but I am
invoking emacsclient -c from a script to edit an org table and the frame
opens, then closes immediately with an error message: "*ERROR*: Beginning of
buffer".

I have tried to get the debugger to fire when the error is encountered using
the following:

(defun ded:bugon ()
  ;; Remove the normal value of beginning-of-buffer from list
  (setq debug-ignored-errors
        '(beginning-of-line end-of-line end-of-buffer
                            end-of-file buffer-read-only
                            file-supersession mark-inactive
                            user-error))
  (setq debug-on-error t))

And one or more of these:

(add-hook 'server-after-make-frame-hook #'ded:bugon)
(add-hook 'window-setup-hook #'ded:bugon)
(add-hook 'focus-in-hook #'ded:bugon)
(add-hook 'find-file-hook #'ded:bugon)

But the debugger does not fire.


Since emacs is not crashing, I did not run gdb.  However, I have invoked
emacsclient with strace when the error is occurring and get the following
trace:

===============================
execve("/usr/local/bin/emacsclient", ["emacsclient", "-c", 
"/home/ded/byr/tmp/registertransa"...], 0x7ffeb4b4a4b0 /* 83 vars */) = 0
brk(NULL)                               = 0x55888d578000
arch_prctl(0x3001 /* ARCH_??? */, 0x7ffd5cfbbd00) = -1 EINVAL (Invalid 
argument)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f15bfab5000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or 
directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=79441, ...}, AT_EMPTY_PATH) = 
0
mmap(NULL, 79441, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f15bfaa1000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, 
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\342\2\0\0\0\0\0"..., 832) = 
832
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 
784, 64) = 784
pread64(3, "\4\0\0\0 
\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0"..., 48, 848) = 48
pread64(3, 
"\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\270\3{b`\206SF\200#!\335\"V\270\255"..., 68, 
896) = 68
newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=2215936, ...}, AT_EMPTY_PATH) 
= 0
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 
784, 64) = 784
mmap(NULL, 2260144, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f15bf879000
mprotect(0x7f15bf8a5000, 2002944, PROT_NONE) = 0
mmap(0x7f15bf8a5000, 1654784, PROT_READ|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2c000) = 0x7f15bf8a5000
mmap(0x7f15bfa39000, 344064, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 
3, 0x1c0000) = 0x7f15bfa39000
mmap(0x7f15bfa8e000, 24576, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x214000) = 0x7f15bfa8e000
mmap(0x7f15bfa94000, 52400, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f15bfa94000
close(3)                                = 0
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f15bf876000
arch_prctl(ARCH_SET_FS, 0x7f15bf876740) = 0
set_tid_address(0x7f15bf876a10)         = 3565007
set_robust_list(0x7f15bf876a20, 24)     = 0
mprotect(0x7f15bfa8e000, 12288, PROT_READ) = 0
mprotect(0x55888b5f6000, 4096, PROT_READ) = 0
mprotect(0x7f15bfaea000, 8192, PROT_READ) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, 
rlim_max=RLIM64_INFINITY}) = 0
munmap(0x7f15bfaa1000, 79441)           = 0
geteuid()                               = 1000
newfstatat(AT_FDCWD, "/run/user/1000/emacs/server", {st_mode=S_IFSOCK|0700, 
st_size=0, ...}, 0) = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path="/run/user/1000/emacs/server"}, 110) = 
0
newfstatat(3, "", {st_mode=S_IFSOCK|0777, st_size=0, ...}, AT_EMPTY_PATH) = 0
newfstatat(AT_FDCWD, ".", {st_mode=S_IFDIR|0775, st_size=4096, ...}, 0) = 0
newfstatat(AT_FDCWD, "/home/ded/src/byr", {st_mode=S_IFDIR|0775, st_size=4096, 
...}, 0) = 0
getrandom("\x3c\x9f\xc3\x76\xfa\xac\xab\x37", 8, GRND_NONBLOCK) = 8
brk(NULL)                               = 0x55888d578000
brk(0x55888d599000)                     = 0x55888d599000
sendto(3, "-env PWD=/home/ded/src/byr -env "..., 4096, 0, NULL, 0) = 4096
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
newfstatat(1, "", {st_mode=S_IFCHR|0620, st_rdev=makedev(0x88, 0x3), ...}, 
AT_EMPTY_PATH) = 0
readlink("/proc/self/fd/1", "/dev/pts/3", 4095) = 10
newfstatat(AT_FDCWD, "/dev/pts/3", {st_mode=S_IFCHR|0620, 
st_rdev=makedev(0x88, 0x3), ...}, 0) = 0
rt_sigaction(SIGCONT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 
0
rt_sigaction(SIGCONT, {sa_handler=0x55888b5f2a50, sa_mask=[], 
sa_flags=SA_RESTORER, sa_restorer=0x7f15bf8bf520}, NULL, 8) = 0
rt_sigaction(SIGTSTP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 
0
rt_sigaction(SIGTSTP, {sa_handler=0x55888b5f2a60, sa_mask=[], 
sa_flags=SA_RESTORER, sa_restorer=0x7f15bf8bf520}, NULL, 8) = 0
rt_sigaction(SIGTTOU, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 
0
rt_sigaction(SIGTTOU, {sa_handler=0x55888b5f2a70, sa_mask=[], 
sa_flags=SA_RESTORER, sa_restorer=0x7f15bf8bf520}, NULL, 8) = 0
rt_sigaction(SIGWINCH, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) 
= 0
rt_sigaction(SIGWINCH, {sa_handler=0x55888b5f2a80, sa_mask=[], 
sa_flags=SA_RESTORER, sa_restorer=0x7f15bf8bf520}, NULL, 8) = 0
sendto(3, "5:*.xcf=01;35:*.xwd=01;35:*.yuv="..., 702, 0, NULL, 0) = 702
ioctl(1, TIOCGPGRP, [3565004])          = 0
getpgrp()                               = 3565004
newfstatat(1, "", {st_mode=S_IFCHR|0620, st_rdev=makedev(0x88, 0x3), ...}, 
AT_EMPTY_PATH) = 0
write(1, "Waiting for Emacs...", 20)    = 20
recvfrom(3, "-emacs-pid 2923799\n", 8192, 0, NULL, NULL) = 19
recvfrom(3, "-emacs-pid 2923799\n", 8192, 0, NULL, NULL) = 19
recvfrom(3, 0x7ffd5cfb9d00, 8192, 0, NULL, NULL) = ? ERESTARTSYS (To be 
restarted if SA_RESTART is set)
--- SIGWINCH {si_signo=SIGWINCH, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = -1 EINTR (Interrupted system call)
kill(2923799, SIGWINCH)                 = 0
recvfrom(3, "-error Beginning&_of&_buffer", 8192, 0, NULL, NULL) = 28
write(1, "\n", 1)                       = 1
write(2, "*ERROR*: Beginning of buffer", 28*ERROR*: Beginning of buffer) = 28
ioctl(1, TIOCGPGRP, [3565004])          = 0
getpgrp()                               = 3565004
write(1, "\n", 1)                       = 1
close(3)                                = 0
exit_group(1)                           = ?
+++ exited with 1 +++
===============================


In GNU Emacs 28.0.50 (build 10, x86_64-pc-linux-gnu, X toolkit, cairo version 
1.16.0, Xaw scroll bars)
 of 2022-02-02 built on saturn
Repository revision: a64fcae41b5418c8a7375d93bae59208ca80e67f
Repository branch: feature/native-comp
Windowing system distributor 'The X.Org Foundation', version 11.0.12013000
System Description: Ubuntu 21.10

Configured using:
 'configure --with-native-compilation --with-gnutls=yes --with-json=yes
 --with-gif=yes --with-mailutils=yes --with-tiff=yes --with-cairo
 --with-x-toolkit=lucid'
Configured features:
CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON
LIBSELINUX LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SOUND
THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE XIM XPM LUCID ZLIB
Important settings:
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix

Major mode: Ruby

Minor modes in effect:
  rspec-verifiable-mode: t
  inf-ruby-minor-mode: t
  ruby-tools-mode: t
  seeing-is-believing: t
  projectile-mode: t
  hi-lock-mode: t
  org-indent-mode: 1
  desktop-save-mode: t
  idle-highlight-mode: t
  smartparens-mode: t
  hl-line-mode: t
  display-fill-column-indicator-mode: t
  subword-mode: t
  yas-minor-mode: t
  evil-mode: t
  evil-local-mode: t
  doom-modeline-mode: t
  show-paren-mode: t
  flycheck-mode: t
  rainbow-mode: t
  minions-mode: t
  beacon-mode: t
  rainbow-delimiters-mode: t
  display-line-numbers-mode: t
  winner-mode: t
  popper-echo-mode: t
  popper-mode: t
  shackle-mode: t
  all-the-icons-ibuffer-mode: t
  google-this-mode: t
  smartscan-mode: t
  which-key-mode: t
  flyspell-mode: t
  global-undo-tree-mode: t
  undo-tree-mode: t
  company-prescient-mode: t
  company-quickhelp-mode: t
  company-quickhelp-local-mode: t
  company-mode: t
  whole-line-or-region-global-mode: t
  whole-line-or-region-local-mode: t
  marginalia-mode: t
  selectrum-prescient-mode: t
  prescient-persist-mode: t
  shell-dirtrack-mode: t
  delete-selection-mode: t
  savehist-mode: t
  save-place-mode: t
  global-vi-tilde-fringe-mode: t
  vi-tilde-fringe-mode: t
  global-auto-revert-mode: t
  beginend-global-mode: t
  beginend-prog-mode: t
  recentf-mode: t
  key-chord-mode: t
  override-global-mode: t
  selectrum-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tab-bar-history-mode: t
  tab-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  size-indication-mode: t
  column-number-mode: t
  line-number-mode: t
  auto-fill-function: yas--auto-fill
  transient-mark-mode: t

Load-path shadows:
/home/ded/.emacs.d/ded/lisp/bbdb-wl hides 
/home/ded/.emacs.d/elpa/bbdb-20210108.38/bbdb-wl
/home/ded/.emacs.d/elpa/modus-operandi-theme-0.13.2/modus-operandi-theme hides 
/home/ded/.emacs.d/elpa/modus-themes-20210910.1603/modus-operandi-theme
/home/ded/.emacs.d/elpa/modus-vivendi-theme-0.13.2/modus-vivendi-theme hides 
/home/ded/.emacs.d/elpa/modus-themes-20210910.1603/modus-vivendi-theme
/home/ded/.emacs.d/elpa/magit-20210910.2039/magit-section-pkg hides 
/home/ded/.emacs.d/elpa/magit-section-20210829.1849/magit-section-pkg
/home/ded/.emacs.d/elpa/org-9.5.2/org-entities hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-entities
/home/ded/.emacs.d/elpa/org-9.5.2/ob-lua hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-lua
/home/ded/.emacs.d/elpa/org-contrib-0.3/ob-io hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-io
/home/ded/.emacs.d/elpa/org-9.5.2/ob-ocaml hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-ocaml
/home/ded/.emacs.d/elpa/org-9.5.2/org-lint hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-lint
/home/ded/.emacs.d/elpa/org-9.5.2/ox-beamer hides 
/usr/local/share/emacs/28.0.50/lisp/org/ox-beamer
/home/ded/.emacs.d/elpa/org-9.5.2/ob-processing hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-processing
/home/ded/.emacs.d/elpa/org-9.5.2/ob-forth hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-forth
/home/ded/.emacs.d/elpa/org-9.5.2/org-num hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-num
/home/ded/.emacs.d/elpa/org-9.5.2/ob hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob
/home/ded/.emacs.d/elpa/org-9.5.2/org-duration hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-duration
/home/ded/.emacs.d/elpa/org-9.5.2/ob-maxima hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-maxima
/home/ded/.emacs.d/elpa/org-9.5.2/ob-haskell hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-haskell
/home/ded/.emacs.d/elpa/org-9.5.2/ob-eval hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-eval
/home/ded/.emacs.d/elpa/org-9.5.2/org-attach-git hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-attach-git
/home/ded/.emacs.d/elpa/org-contrib-0.3/ob-ledger hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-ledger
/home/ded/.emacs.d/elpa/org-9.5.2/ob-R hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-R
/home/ded/.emacs.d/elpa/org-9.5.2/ol-w3m hides 
/usr/local/share/emacs/28.0.50/lisp/org/ol-w3m
/home/ded/.emacs.d/elpa/org-9.5.2/ob-comint hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-comint
/home/ded/.emacs.d/elpa/org-9.5.2/org-list hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-list
/home/ded/.emacs.d/elpa/org-9.5.2/org-tempo hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-tempo
/home/ded/.emacs.d/elpa/org-9.5.2/ob-ruby hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-ruby
/home/ded/.emacs.d/elpa/org-9.5.2/ob-python hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-python
/home/ded/.emacs.d/elpa/org-9.5.2/ob-sass hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-sass
/home/ded/.emacs.d/elpa/org-9.5.2/org-version hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-version
/home/ded/.emacs.d/elpa/org-9.5.2/ob-sed hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-sed
/home/ded/.emacs.d/elpa/org-9.5.2/org-keys hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-keys
/home/ded/.emacs.d/elpa/org-9.5.2/ob-scheme hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-scheme
/home/ded/.emacs.d/elpa/org-contrib-0.3/ob-abc hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-abc
/home/ded/.emacs.d/elpa/org-9.5.2/org hides 
/usr/local/share/emacs/28.0.50/lisp/org/org
/home/ded/.emacs.d/elpa/org-9.5.2/ob-lilypond hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-lilypond
/home/ded/.emacs.d/elpa/org-9.5.2/ob-lob hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-lob
/home/ded/.emacs.d/elpa/org-9.5.2/ob-shell hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-shell
/home/ded/.emacs.d/elpa/org-9.5.2/ob-table hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-table
/home/ded/.emacs.d/elpa/org-9.5.2/org-footnote hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-footnote
/home/ded/.emacs.d/elpa/org-contrib-0.3/ob-asymptote hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-asymptote
/home/ded/.emacs.d/elpa/org-contrib-0.3/ob-J hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-J
/home/ded/.emacs.d/elpa/org-9.5.2/org-goto hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-goto
/home/ded/.emacs.d/elpa/org-9.5.2/ob-clojure hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-clojure
/home/ded/.emacs.d/elpa/org-9.5.2/ob-emacs-lisp hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-emacs-lisp
/home/ded/.emacs.d/elpa/org-9.5.2/ob-ref hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-ref
/home/ded/.emacs.d/elpa/org-9.5.2/ob-lisp hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-lisp
/home/ded/.emacs.d/elpa/org-contrib-0.3/ob-ebnf hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-ebnf
/home/ded/.emacs.d/elpa/org-9.5.2/ol hides 
/usr/local/share/emacs/28.0.50/lisp/org/ol
/home/ded/.emacs.d/elpa/org-9.5.2/ob-C hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-C
/home/ded/.emacs.d/elpa/org-9.5.2/ox-html hides 
/usr/local/share/emacs/28.0.50/lisp/org/ox-html
/home/ded/.emacs.d/elpa/org-9.5.2/ob-latex hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-latex
/home/ded/.emacs.d/elpa/org-9.5.2/ox hides 
/usr/local/share/emacs/28.0.50/lisp/org/ox
/home/ded/.emacs.d/elpa/org-9.5.2/ol-eww hides 
/usr/local/share/emacs/28.0.50/lisp/org/ol-eww
/home/ded/.emacs.d/elpa/org-contrib-0.3/ob-coq hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-coq
/home/ded/.emacs.d/elpa/org-9.5.2/org-attach hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-attach
/home/ded/.emacs.d/elpa/org-9.5.2/org-timer hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-timer
/home/ded/.emacs.d/elpa/org-9.5.2/org-datetree hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-datetree
/home/ded/.emacs.d/elpa/org-9.5.2/ob-sqlite hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-sqlite
/home/ded/.emacs.d/elpa/org-9.5.2/org-habit hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-habit
/home/ded/.emacs.d/elpa/org-9.5.2/ol-docview hides 
/usr/local/share/emacs/28.0.50/lisp/org/ol-docview
/home/ded/.emacs.d/elpa/org-9.5.2/ox-publish hides 
/usr/local/share/emacs/28.0.50/lisp/org/ox-publish
/home/ded/.emacs.d/elpa/org-9.5.2/org-mouse hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-mouse
/home/ded/.emacs.d/elpa/org-9.5.2/ob-core hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-core
/home/ded/.emacs.d/elpa/org-9.5.2/ob-css hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-css
/home/ded/.emacs.d/elpa/org-contrib-0.3/ob-mscgen hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-mscgen
/home/ded/.emacs.d/elpa/org-9.5.2/org-loaddefs hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-loaddefs
/home/ded/.emacs.d/elpa/org-9.5.2/ox-icalendar hides 
/usr/local/share/emacs/28.0.50/lisp/org/ox-icalendar
/home/ded/.emacs.d/elpa/org-9.5.2/ox-odt hides 
/usr/local/share/emacs/28.0.50/lisp/org/ox-odt
/home/ded/.emacs.d/elpa/org-9.5.2/org-macs hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-macs
/home/ded/.emacs.d/elpa/org-9.5.2/ox-latex hides 
/usr/local/share/emacs/28.0.50/lisp/org/ox-latex
/home/ded/.emacs.d/elpa/org-9.5.2/org-protocol hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-protocol
/home/ded/.emacs.d/elpa/org-9.5.2/org-mobile hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-mobile
/home/ded/.emacs.d/elpa/org-9.5.2/ob-screen hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-screen
/home/ded/.emacs.d/elpa/org-9.5.2/ol-bibtex hides 
/usr/local/share/emacs/28.0.50/lisp/org/ol-bibtex
/home/ded/.emacs.d/elpa/org-9.5.2/ob-perl hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-perl
/home/ded/.emacs.d/elpa/org-9.5.2/org-crypt hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-crypt
/home/ded/.emacs.d/elpa/org-contrib-0.3/ob-vala hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-vala
/home/ded/.emacs.d/elpa/org-9.5.2/ox-texinfo hides 
/usr/local/share/emacs/28.0.50/lisp/org/ox-texinfo
/home/ded/.emacs.d/elpa/org-9.5.2/ox-ascii hides 
/usr/local/share/emacs/28.0.50/lisp/org/ox-ascii
/home/ded/.emacs.d/elpa/org-9.5.2/ox-man hides 
/usr/local/share/emacs/28.0.50/lisp/org/ox-man
/home/ded/.emacs.d/elpa/org-9.5.2/ob-js hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-js
/home/ded/.emacs.d/elpa/org-9.5.2/org-element hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-element
/home/ded/.emacs.d/elpa/org-9.5.2/ob-octave hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-octave
/home/ded/.emacs.d/elpa/org-9.5.2/ob-tangle hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-tangle
/home/ded/.emacs.d/elpa/org-9.5.2/org-pcomplete hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-pcomplete
/home/ded/.emacs.d/elpa/org-9.5.2/ob-awk hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-awk
/home/ded/.emacs.d/elpa/org-9.5.2/org-ctags hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-ctags
/home/ded/.emacs.d/elpa/org-9.5.2/org-feed hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-feed
/home/ded/.emacs.d/elpa/org-9.5.2/ol-mhe hides 
/usr/local/share/emacs/28.0.50/lisp/org/ol-mhe
/home/ded/.emacs.d/elpa/org-9.5.2/ox-md hides 
/usr/local/share/emacs/28.0.50/lisp/org/ox-md
/home/ded/.emacs.d/elpa/org-contrib-0.3/ob-picolisp hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-picolisp
/home/ded/.emacs.d/elpa/org-contrib-0.3/ob-stan hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-stan
/home/ded/.emacs.d/elpa/org-9.5.2/ob-groovy hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-groovy
/home/ded/.emacs.d/elpa/org-9.5.2/ob-fortran hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-fortran
/home/ded/.emacs.d/elpa/org-9.5.2/ol-bbdb hides 
/usr/local/share/emacs/28.0.50/lisp/org/ol-bbdb
/home/ded/.emacs.d/elpa/org-9.5.2/ob-gnuplot hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-gnuplot
/home/ded/.emacs.d/elpa/org-9.5.2/ob-java hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-java
/home/ded/.emacs.d/elpa/org-9.5.2/ob-dot hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-dot
/home/ded/.emacs.d/elpa/org-9.5.2/org-archive hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-archive
/home/ded/.emacs.d/elpa/org-9.5.2/ob-matlab hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-matlab
/home/ded/.emacs.d/elpa/org-contrib-0.3/ob-hledger hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-hledger
/home/ded/.emacs.d/elpa/org-contrib-0.3/ob-shen hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-shen
/home/ded/.emacs.d/elpa/org-9.5.2/ox-org hides 
/usr/local/share/emacs/28.0.50/lisp/org/ox-org
/home/ded/.emacs.d/elpa/org-9.5.2/ob-eshell hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-eshell
/home/ded/.emacs.d/elpa/org-9.5.2/org-colview hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-colview
/home/ded/.emacs.d/elpa/org-9.5.2/org-clock hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-clock
/home/ded/.emacs.d/elpa/org-9.5.2/ob-plantuml hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-plantuml
/home/ded/.emacs.d/elpa/org-9.5.2/ol-info hides 
/usr/local/share/emacs/28.0.50/lisp/org/ol-info
/home/ded/.emacs.d/elpa/org-9.5.2/org-refile hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-refile
/home/ded/.emacs.d/elpa/org-9.5.2/ob-org hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-org
/home/ded/.emacs.d/elpa/org-9.5.2/ol-irc hides 
/usr/local/share/emacs/28.0.50/lisp/org/ol-irc
/home/ded/.emacs.d/elpa/org-9.5.2/org-inlinetask hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-inlinetask
/home/ded/.emacs.d/elpa/org-9.5.2/org-capture hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-capture
/home/ded/.emacs.d/elpa/org-9.5.2/ob-calc hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-calc
/home/ded/.emacs.d/elpa/org-9.5.2/org-id hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-id
/home/ded/.emacs.d/elpa/org-9.5.2/org-faces hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-faces
/home/ded/.emacs.d/elpa/org-9.5.2/org-agenda hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-agenda
/home/ded/.emacs.d/elpa/org-9.5.2/org-compat hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-compat
/home/ded/.emacs.d/elpa/org-9.5.2/ob-exp hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-exp
/home/ded/.emacs.d/elpa/org-9.5.2/org-indent hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-indent
/home/ded/.emacs.d/elpa/org-9.5.2/org-table hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-table
/home/ded/.emacs.d/elpa/org-9.5.2/ol-rmail hides 
/usr/local/share/emacs/28.0.50/lisp/org/ol-rmail
/home/ded/.emacs.d/elpa/org-9.5.2/ob-sql hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-sql
/home/ded/.emacs.d/elpa/org-9.5.2/ob-makefile hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-makefile
/home/ded/.emacs.d/elpa/org-9.5.2/ol-eshell hides 
/usr/local/share/emacs/28.0.50/lisp/org/ol-eshell
/home/ded/.emacs.d/elpa/org-9.5.2/org-macro hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-macro
/home/ded/.emacs.d/elpa/org-9.5.2/org-plot hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-plot
/home/ded/.emacs.d/elpa/org-9.5.2/ol-gnus hides 
/usr/local/share/emacs/28.0.50/lisp/org/ol-gnus
/home/ded/.emacs.d/elpa/org-9.5.2/ob-ditaa hides 
/usr/local/share/emacs/28.0.50/lisp/org/ob-ditaa
/home/ded/.emacs.d/elpa/org-9.5.2/org-src hides 
/usr/local/share/emacs/28.0.50/lisp/org/org-src
/home/ded/.emacs.d/elpa/dictionary-20201001.1727/dictionary hides 
/usr/local/share/emacs/28.0.50/lisp/net/dictionary

Features:
(shadow emacsbug pulse ace-window rspec-mode inf-ruby view lsp-zig lsp-steep
lsp-svelte lsp-sqls lsp-yaml lsp-xml lsp-vimscript lsp-vhdl lsp-vetur lsp-html
lsp-verilog lsp-vala lsp-v lsp-terraform lsp-tex lsp-sorbet lsp-solargraph
lsp-rust lsp-rf lsp-r lsp-purescript lsp-pylsp lsp-pyls lsp-pwsh lsp-php
lsp-perl lsp-ocaml lsp-nix lsp-nim lsp-markdown lsp-lua lsp-kotlin lsp-json
lsp-javascript lsp-haxe lsp-groovy lsp-hack lsp-graphql lsp-go lsp-completion
lsp-gdscript lsp-fsharp lsp-fortran lsp-eslint lsp-erlang lsp-elixir lsp-elm
lsp-dockerfile lsp-dhall lsp-d lsp-css lsp-csharp gnutls lsp-crystal lsp-cmake
lsp-clojure lsp-semantic-tokens lsp-clangd lsp-beancount lsp-bash lsp-angular
lsp-ada lsp-actionscript rbenv ruby-tools seeing-is-believing smartparens-ruby
ruby-mode mailalias bbdb-com mu4e-contrib eshell esh-cmd esh-ext esh-opt
esh-proc esh-io esh-arg esh-module esh-groups esh-util org-mu4e mu4e mu4e-org
mu4e-main mu4e-view mu4e-view-gnus mu4e-view-common mu4e-headers mu4e-compose
mu4e-context mu4e-draft mu4e-actions ido rfc2368 mu4e-mark mu4e-proc
mu4e-utils mu4e-lists mu4e-message flow-fill mu4e-vars mu4e-meta gnus-dired
orgalist misearch multi-isearch dired-aux diredfl bongo lastfm-submit
org-roam-migrate org-roam-mode org-roam-capture org-roam-node org-roam-db
org-roam-utils org-roam-compat org-roam org-capture org-id emacsql-sqlite
url-http url-auth url-gw emacsql emacsql-compiler magit-section
projectile-ripgrep tramp-cache projectile lisp-mnt hi-lock vc-arch org-eldoc
toc-org company-oddmuse company-gtags company-clang company-cmake
company-semantic company-template company-bbdb org-indent image-file
image-converter ol-eww eww xdg url-queue mm-url ol-rmail ol-mhe ol-irc ol-info
ol-gnus nnselect gnus-search eieio-opt speedbar ezimage dframe gnus-art mm-uu
mml2015 mm-view mml-smime smime dig gnus-sum shr kinsoku svg dom gnus-group
gnus-undo gnus-start gnus-dbus dbus xml gnus-cloud nnimap nnmail mail-source
utf7 netrc nnoo gnus-spec gnus-int gnus-range message rfc822 mml mml-sec
mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils
mailheader gnus-win gnus nnheader gnus-util rmail rmail-loaddefs ol-docview
doc-view jka-compr image-mode exif ol-bibtex ol-bbdb ol-w3m ol-doi
org-link-doi desktop frameset mule-util idle-highlight-mode smartparens-config
smartparens-org smartparens-python smartparens-markdown smartparens-text
smartparens hl-line display-fill-column-indicator cap-words superword subword
company-keywords company-dabbrev-code company-dabbrev company-capf
company-files company-yasnippet lsp-mode lsp-protocol yasnippet spinner
network-stream puny nsm rmc inline ht ewoc evil-collection annalist
evil-numbers evil evil-integration evil-maps evil-commands reveal evil-jumps
evil-command-window evil-types evil-search evil-ex evil-macros evil-repeat
evil-states evil-core evil-common rect evil-digraphs evil-vars doom-modeline
doom-modeline-segments doom-modeline-env doom-modeline-core shrink-path
benchmark-init-modes paren bbdb bbdb-site timezone smtpmail sendmail rfc2047
rfc2045 ietf-drums mm-util mail-prsvr mail-utils graphviz-dot-mode
git-timemachine poporg flycheck-yamllint flycheck yaml-imenu yaml-mode
indent-tools yafolding hydra lv indent-tools-indentation-of rainbow-mode
xterm-color coffee-mode scss-mode flymake-proc flymake crontab-mode sh-script
executable wolfram-mode smie go-mode ffap etags fileloop xref foldout bicycle
hideshow cdlatex texmathp visual-fill-column markdown-mode labrat printing
ps-print ps-print-loaddefs ps-def lpr org-present ob-mermaid org-crypt org-man
ox-gfm ox-md org-mime ox-org ox-texinfo ox-odt rng-loc rng-uri rng-parse
rng-match rng-dt rng-util rng-pttrn nxml-parse nxml-ns nxml-enc xmltok
nxml-util ox-man ox-icalendar ox-html table ox-beamer ox-latex ox-ascii
ox-publish ox htmlize ob-sqlite ob-sql ob-shell ob-ruby ob-python python
tramp-sh ob-perl ob-org ob-latex ob-gnuplot ob-dot ob-ditaa ob-calc calc-store
calc-trail calc-ext org-mobile solar cal-dst cal-hebrew cal-julian holidays
hol-loaddefs appt diary-lib diary-loaddefs org-tempo tempo org-protocol
org-clock org-bullets epa-file epa derived epg epg-config minions beacon
highlight-indent-guides rainbow-delimiters display-line-numbers neotree winner
popper-echo vc-mtn vc-hg vc-bzr vc-src vc-sccs vc-svn vc-cvs vc-rcs project
popper shackle buffer-stack buffer-move windmove all-the-icons-ibuffer
google-this smartscan rg-isearch rg vc rg-info-hack rg-menu transient
rg-ibuffer rg-result wgrep-rg rg-history rg-header ibuf-ext ibuffer
ibuffer-loaddefs cus-edit cus-start cus-load ripgrep wgrep grep ace-link
avy-zap goto-chg which-key frog-menu posframe avy flyspell-correct flyspell
ispell undo-tree diff company-ctags company-prescient company-quickhelp
pos-tip company find-file dabbrev hippie-exp whole-line-or-region mmm-mode
mmm-univ mmm-class mmm-region mmm-auto mmm-vars mmm-utils mmm-compat
fence-edit helpful imenu trace edebug backtrace info-look f help-fns
radix-tree elisp-refs marginalia pcase consult-selectrum consult
selectrum-prescient selectrum minibuf-eldef crm prescient orderless
with-editor server literate-calc-mode thingatpt s org-element avl-tree
generator calc calc-loaddefs calc-macs vterm tramp tramp-loaddefs trampver
tramp-integration files-x tramp-compat parse-time ls-lisp face-remap compile
color term disp-table shell ehelp vterm-module term/xterm xterm delsel avoid
savehist saveplace savekill vi-tilde-fringe autorevert filenotify beginend bm
vc-git diff-mode vc-dispatcher bookmark text-property-search pp recentf
tree-widget wid-edit free-keys modus-vivendi-theme modus-themes
all-the-icons-dired dired dired-loaddefs all-the-icons all-the-icons-faces
data-material data-weathericons data-octicons data-fileicons data-faicons
data-alltheicons dash esup esup-child benchmark benchmark-init bug-hunter
org-location-google-maps org-agenda org-refile google-maps google-maps-static
google-maps-geocode google-maps-base org ob ob-tangle ob-ref ob-lob ob-table
ob-exp org-macro org-footnote org-src ob-comint org-pcomplete pcomplete comint
ansi-color ring org-list org-faces org-entities noutline outline org-version
ob-emacs-lisp ob-core ob-eval org-table oc-basic bibtex iso8601 time-date ol
org-keys oc org-compat advice org-macs org-loaddefs format-spec find-func
cal-menu calendar cal-loaddefs pre-tangle-init use-package-chords bind-chord
key-chord comp comp-cstr warnings rx diminish cl-extra help-mode use-package
use-package-ensure use-package-delight use-package-diminish
use-package-bind-key bind-key use-package-core finder-inf tex-site
kotl-autoloads easy-mmode info edmacro kmacro package browse-url url url-proxy
url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util
mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs
eieio-loaddefs password-cache json subr-x map url-vars seq byte-opt gv
bytecomp byte-compile cconv cl-loaddefs cl-lib iso-transl tooltip eldoc
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win
term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode
register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select
scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame
minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan
thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian
slovak czech european ethiopic indian cyrillic chinese composite charscript
charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray
cl-preloaded nadvice button loaddefs faces cus-face macroexp files window
text-properties overlay sha1 md5 base64 format env code-pages mule custom
widget hashtable-print-readable backquote threads dbusbind inotify
dynamic-setting system-font-setting font-render-setting cairo x-toolkit x
multi-tty make-network-process nativecomp emacs)

Memory information:
((conses 16 1531659 181863)
 (symbols 48 77658 254)
 (strings 32 368827 19727)
 (string-bytes 1 11970775)
 (vectors 16 139295)
 (vector-slots 8 2919192 190950)
 (floats 8 3147 1260)
 (intervals 56 53077 5755)
 (buffers 992 43))

--
====================================================
Daniel E. Doherty
7300 W. 110th Street, Suite 930
Overland Park, KS 66210
913.338.7182 (Phone)
913.338.7164 (FAX)
ded@ddoherty.net





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#53849: 28.0.50; Emacsclient frame immediate close
  2022-02-07 12:59 bug#53849: 28.0.50; Emacsclient frame immediate close Daniel E. Doherty
@ 2022-02-07 16:52 ` Eli Zaretskii
  2022-02-08 16:46   ` Daniel E. Doherty
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2022-02-07 16:52 UTC (permalink / raw)
  To: Daniel E. Doherty; +Cc: 53849

> From: "Daniel E. Doherty" <ded@ddoherty.net>
> Date: Mon, 07 Feb 2022 06:59:03 -0600
> 
> 
> I have not been able to boil this down to a reproducible recipe, but I am
> invoking emacsclient -c from a script to edit an org table and the frame
> opens, then closes immediately with an error message: "*ERROR*: Beginning of
> buffer".

Does this happen when Emacs is started as "emacs -Q" and then you
manually start the server in it "M-x server-start RET"?

If the problem doesn't happen in "emacs -Q", you'll need to
investigate which of your customizations causes this.

Also, how do you invoke emacsclient from that script? can you show the
full invocation command?

And finally:

> In GNU Emacs 28.0.50 (build 10, x86_64-pc-linux-gnu, X toolkit, cairo version 
> 1.16.0, Xaw scroll bars)
>  of 2022-02-02 built on saturn
> Repository revision: a64fcae41b5418c8a7375d93bae59208ca80e67f
> Repository branch: feature/native-comp
> Windowing system distributor 'The X.Org Foundation', version 11.0.12013000
> System Description: Ubuntu 21.10

Your build is from an old and probably buggy feature branch.  The
native-comp feature was merged to mainstream several months ago, so
please try building the latest emacs-28 branch of the Emacs Git
repository, or the latest pretest of Emacs 28.1 (available from
alpha.gnu.org), and see if the problem still exists in the current
sources.

Thanks.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#53849: 28.0.50; Emacsclient frame immediate close
  2022-02-07 16:52 ` Eli Zaretskii
@ 2022-02-08 16:46   ` Daniel E. Doherty
  2022-03-09 16:21     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel E. Doherty @ 2022-02-08 16:46 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 53849


On Mon, Feb 07 2022, Eli Zaretskii wrote:

>> From: "Daniel E. Doherty" <ded@ddoherty.net>
>> Date: Mon, 07 Feb 2022 06:59:03 -0600
>>
>>
>> I have not been able to boil this down to a reproducible recipe, but I am
>> invoking emacsclient -c from a script to edit an org table and the frame
>> opens, then closes immediately with an error message: "*ERROR*: Beginning 
>> of
>> buffer".
>
> Does this happen when Emacs is started as "emacs -Q" and then you
> manually start the server in it "M-x server-start RET"?
>
> If the problem doesn't happen in "emacs -Q", you'll need to
> investigate which of your customizations causes this.
>
I will be trying to get this error to trigger with something really close to
emacs -Q and update if it happens.

> Also, how do you invoke emacsclient from that script? can you show the
> full invocation command?
>

Here is a typical invocation, as culled from a log file:

emacsclient -a='' -c 
/home/ded/byr/tmp/registertransacts20220131-1770202-e8rwin.org

> And finally:
>
>> In GNU Emacs 28.0.50 (build 10, x86_64-pc-linux-gnu, X toolkit, cairo
>> version
>> 1.16.0, Xaw scroll bars)
>>  of 2022-02-02 built on saturn
>> Repository revision: a64fcae41b5418c8a7375d93bae59208ca80e67f
>> Repository branch: feature/native-comp
>> Windowing system distributor 'The X.Org Foundation', version 11.0.12013000
>> System Description: Ubuntu 21.10
>
> Your build is from an old and probably buggy feature branch.  The
> native-comp feature was merged to mainstream several months ago, so
> please try building the latest emacs-28 branch of the Emacs Git
> repository, or the latest pretest of Emacs 28.1 (available from
> alpha.gnu.org), and see if the problem still exists in the current
> sources.

Ok.  Thanks, didn't realize that.

>
> Thanks.


--
====================================================
Daniel E. Doherty
Law Offices of Daniel E. Doherty
7300 W. 110th Street, Suite 930
Overland Park, KS 66210
913.338.7182 (Phone)
913.338.7164 (FAX)
ded@ddoherty.net





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#53849: 28.0.50; Emacsclient frame immediate close
  2022-02-08 16:46   ` Daniel E. Doherty
@ 2022-03-09 16:21     ` Lars Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2022-03-09 16:21 UTC (permalink / raw)
  To: Daniel E. Doherty; +Cc: 53849

"Daniel E. Doherty" <ded@ddoherty.net> writes:

>> Your build is from an old and probably buggy feature branch.  The
>> native-comp feature was merged to mainstream several months ago, so
>> please try building the latest emacs-28 branch of the Emacs Git
>> repository, or the latest pretest of Emacs 28.1 (available from
>> alpha.gnu.org), and see if the problem still exists in the current
>> sources.
>
> Ok.  Thanks, didn't realize that.

More information was requested, but no response was given within a
month, so I'm closing this bug report.  If the problem still exists,
please respond to this email and we'll reopen the bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-09 16:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-07 12:59 bug#53849: 28.0.50; Emacsclient frame immediate close Daniel E. Doherty
2022-02-07 16:52 ` Eli Zaretskii
2022-02-08 16:46   ` Daniel E. Doherty
2022-03-09 16:21     ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).