all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* list-processes
@ 2007-11-26  8:38 Nick Roberts
  2007-11-26  9:57 ` list-processes Andreas Schwab
  0 siblings, 1 reply; 4+ messages in thread
From: Nick Roberts @ 2007-11-26  8:38 UTC (permalink / raw)
  To: emacs-pretest-bug


Alignment of the output of list-processes seems to be worse than before.

After M-x shell,

with Emacs 21.4:

Proc         Status   Buffer         Tty         Command
----         ------   ------         ---         -------
shell	     run      *shell*	     /dev/pts/3	 /bin/bash --noediting -i



with EMACS_22_BASE (and trunk):

Proc  Status   Buffer  Tty Command
----  ------   ------  --- -------
shell run      *shell* /dev/pts/1 /bin/bash --noediting -i




In GNU Emacs 22.1.50.14 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2007-10-30 on kahikatea.snap.net.nz
Windowing system distributor `The X.Org Foundation', version 11.0.70200000
configured using `configure  'CFLAGS=-g3''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_NZ.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: C/l

Minor modes in effect:
  shell-dirtrack-mode: t
  show-paren-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t
  abbrev-mode: t

Recent input:
M-x l i s t SPC p r SPC C-g M-x s h e l l <return> 
M-x l i s t SPC p r SPC <return> C-h f l i s t SPC 
p r SPC <return> <help-echo> <help-echo> <down-mouse-2> 
<mouse-2> <help-echo> M-x v m <return> C-h m n <down-mouse-1> 
<mouse-1> M-x r e p o r t SPC e m SPC b u g <retur
n>

Recent messages:
Loading vm-mouse...done
Loading vm-menu...done
Loading vm-easymenu...done
Loading vm-misc...done
Reading /home/nickrob/mail/mbox...
File mbox is large (16MB), really open? (y or n) 
Please answer y or n.  File mbox is large (16MB), really open? (y or n)  [2 times]
find-file-noselect: Aborted
Loading vm-undo...done
Loading emacsbug...done


-- 
Nick                                           http://www.inet.net.nz/~nickrob

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

* Re: list-processes
  2007-11-26  8:38 list-processes Nick Roberts
@ 2007-11-26  9:57 ` Andreas Schwab
  2007-11-26 19:54   ` list-processes Nick Roberts
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Schwab @ 2007-11-26  9:57 UTC (permalink / raw)
  To: Nick Roberts; +Cc: emacs-pretest-bug

Nick Roberts <nickrob@snap.net.nz> writes:

> with EMACS_22_BASE (and trunk):
>
> Proc  Status   Buffer  Tty Command
> ----  ------   ------  --- -------
> shell run      *shell* /dev/pts/1 /bin/bash --noediting -i

Fixed.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: list-processes
  2007-11-26  9:57 ` list-processes Andreas Schwab
@ 2007-11-26 19:54   ` Nick Roberts
  2007-11-27  9:38     ` list-processes Kim F. Storm
  0 siblings, 1 reply; 4+ messages in thread
From: Nick Roberts @ 2007-11-26 19:54 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-pretest-bug

 > > with EMACS_22_BASE (and trunk):
 > >
 > > Proc  Status   Buffer  Tty Command
 > > ----  ------   ------  --- -------
 > > shell run      *shell* /dev/pts/1 /bin/bash --noediting -i
 > 
 > Fixed.

Thanks.  At the risk of sounding too picky, could there be at least two
spaces between each column so that they don't merge in with one another?

Now:

Proc	   Status   Buffer	 Tty	    Command
----	   ------   ------	 ---	    -------
gud-myprog run	    *gud-myprog* /dev/pts/4 gdb --annotate=3 myprog
shell	   run	    *shell*	 /dev/pts/3 /bin/bash --noediting -i

Before:

Proc         Status   Buffer         Tty         Command
----         ------   ------         ---         -------
gud-myprog   run      *gud-myprog*   /dev/pts/2	 gdb -fullname myprog
shell	     run      *shell*	     /dev/pts/1	 /bin/bash --noediting -i



-- 
Nick                                           http://www.inet.net.nz/~nickrob

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

* Re: list-processes
  2007-11-26 19:54   ` list-processes Nick Roberts
@ 2007-11-27  9:38     ` Kim F. Storm
  0 siblings, 0 replies; 4+ messages in thread
From: Kim F. Storm @ 2007-11-27  9:38 UTC (permalink / raw)
  To: Nick Roberts; +Cc: Andreas Schwab, emacs-pretest-bug

Nick Roberts <nickrob@snap.net.nz> writes:

> Thanks.  At the risk of sounding too picky, could there be at least two
> spaces between each column so that they don't merge in with one another?

Agree - and could we strip "/dev/" from the tty column -- including it
is both wasteful and looks ugly.

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

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

end of thread, other threads:[~2007-11-27  9:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-26  8:38 list-processes Nick Roberts
2007-11-26  9:57 ` list-processes Andreas Schwab
2007-11-26 19:54   ` list-processes Nick Roberts
2007-11-27  9:38     ` list-processes Kim F. Storm

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.