* bug#13604: 24.3.50; [Wishlist] Process list for server should include port
@ 2013-02-01 21:15 nyc4bos
2019-08-15 7:16 ` Lars Ingebrigtsen
0 siblings, 1 reply; 4+ messages in thread
From: nyc4bos @ 2013-02-01 21:15 UTC (permalink / raw)
To: 13604
Hi,
I'd like to request that the port number of a network process be
included with the `(list-processes)' function.
Currently, it displays:
Process Status Buffer TTY Command
server listen -- -- (network server on
<SYSTEM>)
This information appears to only be available (at least for
`(server-start)') in the .emacs.d\server\server file.
Thanks.
In GNU Emacs 24.3.50.1 (i386-mingw-nt6.1.7601)
of 2013-02-01 on VBOX-W7
Bzr revision: 111655 christopher@ch.ristopher.com-20130201171924-mqojkjw974mj7ndq
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
`configure --with-gcc (4.7) --no-opt --enable-checking --cflags
-IC:/emacs/libs/libXpm-3.5.10/include -IC:/emacs/libs/libXpm-3.5.10/src
-IC:/emacs/libs/libpng-dev_1.4.3-1_win32/include
-IC:/emacs/libs/zlib-dev_1.2.5-2_win32/include
-IC:/emacs/libs/giflib-4.1.4-1-lib/include
-IC:/emacs/libs/jpeg-6b-4-lib/include
-IC:/emacs/libs/tiff-3.8.2-1-lib/include
-IC:/emacs/libs/libxml2-2.7.8-w32-bin/include/libxml2
-IC:/emacs/libs/gnutls-3.1.5-w32/include
-IC:/emacs/libs/libiconv-1.14-2-mingw32-dev/include'
Important settings:
value of $LANG: en_US
locale-coding-system: cp1252
default enable-multibyte-characters: t
Major mode: Lisp Interaction
Minor modes in effect:
tooltip-mode: t
mouse-wheel-mode: t
tool-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
line-number-mode: t
transient-mark-mode: t
Recent input:
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <menu-bar> <help-menu> <send-emacs-bug
-report>
Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Load-path shadows:
None found.
Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils time-date tooltip ediff-hook vc-hooks
lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win
w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list
newcomment lisp-mode register page menu-bar rfn-eshadow timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham
georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese hebrew greek romanian slovak czech european ethiopic
indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple
abbrev minibuffer button faces cus-face macroexp files text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process w32notify w32
multi-tty emacs)
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#13604: 24.3.50; [Wishlist] Process list for server should include port
2013-02-01 21:15 bug#13604: 24.3.50; [Wishlist] Process list for server should include port nyc4bos
@ 2019-08-15 7:16 ` Lars Ingebrigtsen
2019-08-15 14:56 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2019-08-15 7:16 UTC (permalink / raw)
To: nyc4bos; +Cc: 13604
nyc4bos@aol.com writes:
> I'd like to request that the port number of a network process be
> included with the `(list-processes)' function.
>
> Currently, it displays:
>
> Process Status Buffer TTY Command
> server listen -- -- (network server on
> <SYSTEM>)
>
> This information appears to only be available (at least for
> `(server-start)') in the .emacs.d\server\server file.
Good idea. I've now added this to Emacs 27.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#13604: 24.3.50; [Wishlist] Process list for server should include port
2019-08-15 7:16 ` Lars Ingebrigtsen
@ 2019-08-15 14:56 ` Eli Zaretskii
2019-08-15 21:55 ` Lars Ingebrigtsen
0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2019-08-15 14:56 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: nyc4bos, 13604
> From: Lars Ingebrigtsen <larsi@gnus.org>
> Date: Thu, 15 Aug 2019 00:16:20 -0700
> Cc: 13604@debbugs.gnu.org
>
> > Process Status Buffer TTY Command
> > server listen -- -- (network server on
> > <SYSTEM>)
> >
> > This information appears to only be available (at least for
> > `(server-start)') in the .emacs.d\server\server file.
>
> Good idea. I've now added this to Emacs 27.
I think this change should be in NEWS.
Thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#13604: 24.3.50; [Wishlist] Process list for server should include port
2019-08-15 14:56 ` Eli Zaretskii
@ 2019-08-15 21:55 ` Lars Ingebrigtsen
0 siblings, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2019-08-15 21:55 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: nyc4bos, 13604
Eli Zaretskii <eliz@gnu.org> writes:
>> > Process Status Buffer TTY Command
>> > server listen -- -- (network server on
>> > <SYSTEM>)
>> >
>> > This information appears to only be available (at least for
>> > `(server-start)') in the .emacs.d\server\server file.
>>
>> Good idea. I've now added this to Emacs 27.
>
> I think this change should be in NEWS.
OK; done.
--
(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:[~2019-08-15 21:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-01 21:15 bug#13604: 24.3.50; [Wishlist] Process list for server should include port nyc4bos
2019-08-15 7:16 ` Lars Ingebrigtsen
2019-08-15 14:56 ` Eli Zaretskii
2019-08-15 21:55 ` Lars Ingebrigtsen
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.