all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#7416: 23.2.90; emacsclient
@ 2010-11-16 22:17 ` Francis Wright
  2011-07-04 11:14   ` Juanma Barranquero
  0 siblings, 1 reply; 4+ messages in thread
From: Francis Wright @ 2010-11-16 22:17 UTC (permalink / raw
  To: 7416

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

This bug report will be sent to the Free Software Foundation,

not to your local site managers!

Please write in English if possible, because the Emacs maintainers

usually do not have translators to read other languages for them.

 

Your report will be posted to the bug-gnu-emacs@gnu.org mailing list

and the gnu.emacs.bug news group, and at http://debbugs.gnu.org.

 

Please describe exactly what actions triggered the bug

and the precise symptoms of the bug.  If you can, give

a recipe starting from `emacs -Q':

 

With emacs *not* running, open a normal command shell window.

I used cmd.exe on Windows 7 for this test. Check that the right version

of emacsclient is being run, then run it with emacs still *not* running:

 

C:\Users\fjw>emacsclient -v

emacsclient 23.2.90

 

C:\Users\fjw>emacsclient -a runemacs foo

emacsclient: connect: No connection could be made because the target

machine actively refused it.

 

The problem is the error/warning message that this produces. I don't

think it happened in emacs 23.2. It's more of a problem when using

emacsclientw, because that puts up a dialogue box containing the

message. Once I acknowledge that, emacs opens. Surely, when an

alternative editor is specified, there is no need for the warning,

especially with emacsclientw.

 

If Emacs crashed, and you have the Emacs process in the gdb debugger,

please include the output from the following gdb commands:

    `bt full' and `xbacktrace'.

For information about debugging Emacs, please read the file

c:/Emacs/emacs-23.2.90/etc/DEBUG.

 

 

In GNU Emacs 23.2.90.1 (i386-mingw-nt6.1.7600)

of 2010-11-11 on 3249CTO

Windowing system distributor `Microsoft Corp.', version 6.1.7600

configured using `configure --with-gcc (4.4) --no-opt --cflags
-Ic:/imagesupport/include'

 

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: ENG

  value of $XMODIFIERS: nil

  locale-coding-system: cp1252

  default enable-multibyte-characters: t

 

Major mode: Fundamental

 

Minor modes in effect:

  show-paren-mode: t

  recentf-mode: t

  delete-selection-mode: t

  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-encryption-mode: t

  auto-compression-mode: t

  column-number-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> <help-echo> <help-echo> <help-echo> <menu-bar> 

<help-menu> <send-emacs-bug-report>

 

Recent messages:

Loading delsel...done

Loading recentf...done

Loading paren...done

Loading c:/Users/fjw/AppData/Roaming/.recentf...done

Cleaning up the recentf list...

File c:/Users/fjw/foo removed from the recentf list

Cleaning up the recentf list...done (1 removed)

For information about GNU Emacs and the GNU system, type C-h C-a.

(New file)

 

Load-path shadows:

c:/Users/fjw/Emacs/site-lisp/whitespace hides
c:/Emacs/emacs-23.2.90/lisp/whitespace

c:/Users/fjw/Emacs/site-lisp/ls-lisp hides
c:/Emacs/emacs-23.2.90/lisp/ls-lisp

 

Features:

(shadow sort mail-extr message ecomplete rfc822 mml mml-sec

password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231

rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc

time-date mm-util mail-prsvr gmm-utils mailheader canlock sha1 hex-util

hashcash mail-utils emacsbug saveplace paren recentf tree-widget

wid-edit easymenu delsel cus-start cus-load server tooltip ediff-hook

vc-hooks lisp-float-type mwheel dos-w32 disp-table ls-lisp w32-win

w32-vars tool-bar dnd fontset image fringe lisp-mode register page

menu-bar rfn-eshadow timer select scroll-bar mldrag 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 loaddefs button

minibuffer faces cus-face files text-properties overlay md5 base64

format env code-pages mule custom widget hashtable-print-readable

backquote make-network-process multi-tty emacs)


[-- Attachment #2: Type: text/html, Size: 10001 bytes --]

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

* bug#7416: 23.2.90; emacsclient
  2010-11-16 22:17 ` bug#7416: 23.2.90; emacsclient Francis Wright
@ 2011-07-04 11:14   ` Juanma Barranquero
  2011-07-06 17:13     ` Francis Wright
  0 siblings, 1 reply; 4+ messages in thread
From: Juanma Barranquero @ 2011-07-04 11:14 UTC (permalink / raw
  To: Francis Wright; +Cc: 7416

On Tue, Nov 16, 2010 at 23:17, Francis Wright <f.j.wright@live.co.uk> wrote:

> C:\Users\fjw>emacsclient -a runemacs foo
>
> emacsclient: connect: No connection could be made because the target
>
> machine actively refused it.

Does this still happen to you with 23.3 or the trunk?

    Juanma





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

* bug#7416: 23.2.90; emacsclient
  2011-07-04 11:14   ` Juanma Barranquero
@ 2011-07-06 17:13     ` Francis Wright
  2011-07-06 18:09       ` Juanma Barranquero
  0 siblings, 1 reply; 4+ messages in thread
From: Francis Wright @ 2011-07-06 17:13 UTC (permalink / raw
  To: 'Juanma Barranquero'; +Cc: 7416

> From: Juanma Barranquero [mailto:lekktu@gmail.com]
> Sent: 04 July 2011 12:15 pm
> To: Francis Wright
> Cc: 7416@debbugs.gnu.org
> Subject: Re: bug#7416: 23.2.90; emacsclient
> 
> On Tue, Nov 16, 2010 at 23:17, Francis Wright <f.j.wright@live.co.uk> wrote:
> 
> > C:\Users\fjw>emacsclient -a runemacs foo
> >
> > emacsclient: connect: No connection could be made because the target
> >
> > machine actively refused it.
> 
> Does this still happen to you with 23.3 or the trunk?
> 
>     Juanma

No. It opens Emacs with a new buffer called foo with Emacs 23.3, so all seems fine now.

Thanks, Francis






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

* bug#7416: 23.2.90; emacsclient
  2011-07-06 17:13     ` Francis Wright
@ 2011-07-06 18:09       ` Juanma Barranquero
  0 siblings, 0 replies; 4+ messages in thread
From: Juanma Barranquero @ 2011-07-06 18:09 UTC (permalink / raw
  To: Francis Wright; +Cc: 7416-done

On Wed, Jul 6, 2011 at 19:13, Francis Wright <f.j.wright@live.co.uk> wrote:

> No. It opens Emacs with a new buffer called foo with Emacs 23.3, so all seems fine now.

OK, thanks.

    Juanma





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

end of thread, other threads:[~2011-07-06 18:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <AcuF2/jRRdxtXdIIQb6eyxx2n2A2dA==>
2010-11-16 22:17 ` bug#7416: 23.2.90; emacsclient Francis Wright
2011-07-04 11:14   ` Juanma Barranquero
2011-07-06 17:13     ` Francis Wright
2011-07-06 18:09       ` Juanma Barranquero

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.