all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#21596: 25.0.50; redisplay broken in --daemon
@ 2015-10-01 13:05 Mark Oteiza
  2015-10-01 16:58 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Oteiza @ 2015-10-01 13:05 UTC (permalink / raw)
  To: 21596


Some recent commits have made emacs --daemon nigh impossible to use.
Starting a daemon with `emacs --daemon -Q` and opening either a
graphical or terminal client, I cannot see point move, nor see things
typed into prompts.



In GNU Emacs 25.0.50.2 (x86_64-unknown-linux-gnu, X toolkit, cairo version 1.14.2, Xaw scroll bars)
 of 2015-10-01
Repository revision: 9c86325b69d75e9b17ff468f5a2220597979635f
Configured using:
 'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
 --localstatedir=/var --without-gconf --without-imagemagick --with-cairo
 --with-x-toolkit=lucid 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe
 -fstack-protector-strong --param=ssp-buffer-size=4 -g
 -fvar-tracking-assignments -g -fvar-tracking-assignments'
 CPPFLAGS=-D_FORTIFY_SOURCE=2
 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro'

Configured features:
XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND GPM DBUS GSETTINGS NOTIFY ACL
GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS
LUCID X11

Important settings:
  value of $LC_COLLATE: C
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  paredit-mode: t
  rainbow-delimiters-mode: t
  flycheck-mode: t
  company-mode: t
  save-place-mode: t
  show-paren-mode: t
  savehist-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-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
  transient-mark-mode: t

Recent messages:
Loading /home/mvo/.local/share/emacs/custom.el (source)...done
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
/home/mvo/.emacs.d/elpa/dash-2.11.0/dash-functional hides /usr/share/emacs/site-lisp/dash/dash-functional
/home/mvo/.emacs.d/elpa/dash-2.11.0/dash hides /usr/share/emacs/site-lisp/dash/dash

Features:
(shadow sort gnus-util mail-extr emacsbug message idna dired format-spec
rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util help-fns mail-prsvr mail-utils term/xterm xterm paredit
easy-mmode rainbow-delimiters flycheck find-func rx subr-x dash
company-files company-oddmuse company-keywords company-etags etags xref
cl-seq project eieio byte-opt bytecomp byte-compile cl-extra help-mode
cconv eieio-core cl-macs ring company-gtags company-dabbrev-code
company-dabbrev company-capf company-cmake company-ropemacs
company-xcode company-clang company-semantic company-eclim
company-template company-css company-nxml company-bbdb company
finder-inf info package easymenu geiser-install geiser gv windmove
edmacro kmacro cl-loaddefs pcase cl-lib saveplace time-date paren
savehist zenburn-theme mule-util tooltip eldoc electric uniquify
ediff-hook vc-hooks lisp-float-type mwheel x-win term/common-win x-dnd
tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
frame 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 charscript
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer
cl-preloaded nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote dbusbind inotify
dynamic-setting system-font-setting font-render-setting cairo x-toolkit
x multi-tty make-network-process emacs)

Memory information:
((conses 16 157739 4972)
 (symbols 48 24487 0)
 (miscs 40 40 109)
 (strings 32 38861 4446)
 (string-bytes 1 1070052)
 (vectors 16 15693)
 (vector-slots 8 430278 1569)
 (floats 8 232 599)
 (intervals 56 444 0)
 (buffers 976 11)
 (heap 1024 20477 1268))





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

* bug#21596: 25.0.50; redisplay broken in --daemon
  2015-10-01 13:05 bug#21596: 25.0.50; redisplay broken in --daemon Mark Oteiza
@ 2015-10-01 16:58 ` Eli Zaretskii
  2015-10-01 17:55   ` Mark Oteiza
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2015-10-01 16:58 UTC (permalink / raw)
  To: Mark Oteiza; +Cc: 21596

> From: Mark Oteiza <mvoteiza@udel.edu>
> Date: Thu, 01 Oct 2015 09:05:10 -0400
> 
> 
> Some recent commits have made emacs --daemon nigh impossible to use.
> Starting a daemon with `emacs --daemon -Q` and opening either a
> graphical or terminal client, I cannot see point move, nor see things
> typed into prompts.

Can you try the latest master, please?





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

* bug#21596: 25.0.50; redisplay broken in --daemon
  2015-10-01 16:58 ` Eli Zaretskii
@ 2015-10-01 17:55   ` Mark Oteiza
  2015-10-01 17:56     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Oteiza @ 2015-10-01 17:55 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 21596

On 01/10/15 at 07:58pm, Eli Zaretskii wrote:
> > From: Mark Oteiza <mvoteiza@udel.edu>
> > Date: Thu, 01 Oct 2015 09:05:10 -0400
> > 
> > 
> > Some recent commits have made emacs --daemon nigh impossible to use.
> > Starting a daemon with `emacs --daemon -Q` and opening either a
> > graphical or terminal client, I cannot see point move, nor see things
> > typed into prompts.
> 
> Can you try the latest master, please?

Fixed, thanks.





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

* bug#21596: 25.0.50; redisplay broken in --daemon
  2015-10-01 17:55   ` Mark Oteiza
@ 2015-10-01 17:56     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2015-10-01 17:56 UTC (permalink / raw)
  To: Mark Oteiza; +Cc: 21596

> Date: Thu, 1 Oct 2015 13:55:04 -0400
> From: Mark Oteiza <mvoteiza@udel.edu>
> Cc: 21596@debbugs.gnu.org
> 
> On 01/10/15 at 07:58pm, Eli Zaretskii wrote:
> > > From: Mark Oteiza <mvoteiza@udel.edu>
> > > Date: Thu, 01 Oct 2015 09:05:10 -0400
> > > 
> > > 
> > > Some recent commits have made emacs --daemon nigh impossible to use.
> > > Starting a daemon with `emacs --daemon -Q` and opening either a
> > > graphical or terminal client, I cannot see point move, nor see things
> > > typed into prompts.
> > 
> > Can you try the latest master, please?
> 
> Fixed, thanks.

Thanks for testing, and sorry for my silly mistake.





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

end of thread, other threads:[~2015-10-01 17:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-01 13:05 bug#21596: 25.0.50; redisplay broken in --daemon Mark Oteiza
2015-10-01 16:58 ` Eli Zaretskii
2015-10-01 17:55   ` Mark Oteiza
2015-10-01 17:56     ` Eli Zaretskii

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.