all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: emacsclient in 25 branch: error opening any file
@ 2016-06-05 13:18 Live System User
  0 siblings, 0 replies; 7+ messages in thread
From: Live System User @ 2016-06-05 13:18 UTC (permalink / raw)
  To: emacs-devel


Joseph Mingrone writes:

> Another issue (or my misunderstanding)...

> % emacs -Q --daemon (setq server-log t)

  That should be:

          % emacs -Q --daemon --eval '(setq server-log t)'

> % emacsclient -nc some_file.txt
> 
> No matter what client/server activity I try, no *server* buffer is created.
> Instrumenting server-log shows that the function is being called and the (when
> server-log... is true.

  The  *server* buffer created is " *server*", that is *server* with
  a leading space character before the first "*" character.

 





^ permalink raw reply	[flat|nested] 7+ messages in thread
* emacsclient in 25 branch: error opening any file
@ 2016-06-01 19:10 Joseph Mingrone
  2016-06-01 19:34 ` Joseph Mingrone
  2016-06-04  9:06 ` Eli Zaretskii
  0 siblings, 2 replies; 7+ messages in thread
From: Joseph Mingrone @ 2016-06-01 19:10 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 742 bytes --]

Hi,

After starting an Emacs daemon, everything works as expected, but after some
time (or event I'm unaware of), trying to open a file from a shell gives an
error.

% emacsclient some_file
Waiting for Emacs...
*ERROR*: Wrong type argument: stringp, nil

I can create new frames, so the daemon is alive and reachable, but the error is
still reported.

% emacsclient -nc
*ERROR*: Wrong type argument: stringp, nil
(new frame opens)

Creating a new frame without the -n flag fails.

% emacsclient -nc
*ERROR*: Wrong type argument: stringp, nil
(no new frame)

How should I debug this?  Using (setq debug-on-error t) doesn't help.

This is with the 5th pretest for 25, but the problem has been around earlier in
the 25 branch.

Regards,

Joseph

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

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

end of thread, other threads:[~2016-11-28 19:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-05 13:18 emacsclient in 25 branch: error opening any file Live System User
  -- strict thread matches above, loose matches on Subject: below --
2016-06-01 19:10 Joseph Mingrone
2016-06-01 19:34 ` Joseph Mingrone
2016-06-04  9:06 ` Eli Zaretskii
2016-06-05  5:32   ` Joseph Mingrone
2016-11-28 18:46   ` Joseph Mingrone
2016-11-28 19:08     ` Noam Postavsky

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.