all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#725: 23.0.60; Tramp mode prompt doesn't take enter key (only C-M)
@ 2008-08-15 10:08 ` Robert Casties
  2008-08-17  9:40   ` Michael Albinus
  2008-09-10 21:00   ` bug#725: marked as done (23.0.60; Tramp mode prompt doesn't take enter key (only C-M)) Emacs bug Tracking System
  0 siblings, 2 replies; 5+ messages in thread
From: Robert Casties @ 2008-08-15 10:08 UTC (permalink / raw)
  To: emacs-pretest-bug

The Tramp mode prompt for a password doesn't take the enter key to close 
the prompt and proceed. Using C-M works.

The problem persists in the Cocoa-builds for a few days (last checked 
2008-08-15). The last known good version was 2008-07-31 but I didn't 
build every day.



In GNU Emacs 23.0.60.2 (i386-apple-darwin9.4.0, *Step 9.0)
  of 2008-08-15 on casties-ibook.local
Windowing system distributor `Apple', version 49.46.48
configured using `configure  '--with-ns''

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: nil
   value of $XMODIFIERS: nil
   locale-coding-system: nil
   default-enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
   tooltip-mode: t
   mouse-wheel-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   global-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> <menu-bar>
<help-menu> <send-emacs-bug-report>

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

-- 
Dr. Robert Casties -- Information Technology Group
Max Planck Institute for the History of Science
Boltzmannstrasse 22, D-10117 Berlin
Tel: +49/30/22667-342 Fax: -340






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

* bug#729: 23.0.60; RET doesn't DTRT in read-char-exclusive on the Mac OS X --with-ns port
@ 2008-08-16 13:25 ` Teodor Zlatanov
  2008-09-10 21:00   ` bug#729: marked as done (23.0.60; RET doesn't DTRT in read-char-exclusive on the Mac OS X --with-ns port) Emacs bug Tracking System
  0 siblings, 1 reply; 5+ messages in thread
From: Teodor Zlatanov @ 2008-08-16 13:25 UTC (permalink / raw)
  To: emacs-pretest-bug

I found the problem while trying to use `read-passwd', which calls
`read-char-exclusive'.  Hitting RET is not registered correctly by
`read-char-exclusive' as it's called from `read-passwd' (it seems to
extend the input field downwards as if it was a multiline input field)
and so `read-passwd' doesn't terminate.  A workaround is to press C-m
in the input field.  This breaks EPA functionality when passphrases
are needed, and probably more packages as well.

Test with:



In GNU Emacs 23.0.60.8 (i386-apple-darwin9.4.0, *Step 9.0)
 of 2008-08-16 on mungo
Windowing system distributor `Apple', version 49.46.48
configured using `configure  '--with-ns' 'CC=gcc''

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: nil
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Group

Minor modes in effect:
  gnus-topic-mode: t
  gnus-undo-mode: t
  recentf-mode: t
  auto-image-file-mode: t
  cua-mode: t
  display-time-mode: t
  icomplete-mode: t
  show-paren-mode: t
  which-function-mode: t
  url-handler-mode: t
  auto-insert-mode: t
  shell-dirtrack-mode: t
  df-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
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t







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

* bug#725: 23.0.60; Tramp mode prompt doesn't take enter key (only C-M)
  2008-08-15 10:08 ` bug#725: 23.0.60; Tramp mode prompt doesn't take enter key (only C-M) Robert Casties
@ 2008-08-17  9:40   ` Michael Albinus
  2008-09-10 21:00   ` bug#725: marked as done (23.0.60; Tramp mode prompt doesn't take enter key (only C-M)) Emacs bug Tracking System
  1 sibling, 0 replies; 5+ messages in thread
From: Michael Albinus @ 2008-08-17  9:40 UTC (permalink / raw)
  To: Robert Casties; +Cc: 725

Robert Casties <casties@mpiwg-berlin.mpg.de> writes:

> The Tramp mode prompt for a password doesn't take the enter key to
> close the prompt and proceed. Using C-M works.
>
> The problem persists in the Cocoa-builds for a few days (last checked
> 2008-08-15). The last known good version was 2008-07-31 but I didn't
> build every day.

I cannot reproduce it under GNU/Linux (Ubuntu intrepid). The relevant
files, especially subr.el (function read-passwd), do not show a change
here.

I have no idea, whether it is an ns-* specific change, or something in
simple.el (handling RET), which causes the trouble.

Best regards, Michael.






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

* bug#725: marked as done (23.0.60; Tramp mode prompt doesn't take  enter key (only C-M))
  2008-08-15 10:08 ` bug#725: 23.0.60; Tramp mode prompt doesn't take enter key (only C-M) Robert Casties
  2008-08-17  9:40   ` Michael Albinus
@ 2008-09-10 21:00   ` Emacs bug Tracking System
  1 sibling, 0 replies; 5+ messages in thread
From: Emacs bug Tracking System @ 2008-09-10 21:00 UTC (permalink / raw)
  To: Glenn Morris

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


Your message dated Wed, 10 Sep 2008 16:52:38 -0400
with message-id <xi7i9jpvu1.fsf@fencepost.gnu.org>
and subject line Re: bug#725: 23.0.60; Tramp mode prompt doesn't take enter key (only C-M)
has caused the Emacs bug report #725,
regarding 23.0.60; Tramp mode prompt doesn't take enter key (only C-M)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
725: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=725
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3621 bytes --]

From: Robert Casties <casties@mpiwg-berlin.mpg.de>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.60; Tramp mode prompt doesn't take enter key (only C-M)
Date: Fri, 15 Aug 2008 12:08:15 +0200
Message-ID: <48A5558F.5000809@mpiwg-berlin.mpg.de>

The Tramp mode prompt for a password doesn't take the enter key to close 
the prompt and proceed. Using C-M works.

The problem persists in the Cocoa-builds for a few days (last checked 
2008-08-15). The last known good version was 2008-07-31 but I didn't 
build every day.



In GNU Emacs 23.0.60.2 (i386-apple-darwin9.4.0, *Step 9.0)
  of 2008-08-15 on casties-ibook.local
Windowing system distributor `Apple', version 49.46.48
configured using `configure  '--with-ns''

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: nil
   value of $XMODIFIERS: nil
   locale-coding-system: nil
   default-enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
   tooltip-mode: t
   mouse-wheel-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   global-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> <menu-bar>
<help-menu> <send-emacs-bug-report>

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

-- 
Dr. Robert Casties -- Information Technology Group
Max Planck Institute for the History of Science
Boltzmannstrasse 22, D-10117 Berlin
Tel: +49/30/22667-342 Fax: -340



[-- Attachment #3: Type: message/rfc822, Size: 1568 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: 725-done@emacsbugs.donarmstrong.com
Subject: Re: bug#725: 23.0.60; Tramp mode prompt doesn't take enter key (only C-M)
Date: Wed, 10 Sep 2008 16:52:38 -0400
Message-ID: <xi7i9jpvu1.fsf@fencepost.gnu.org>


2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>

    * term/ns-win.el (global): Uncomment "put backspace
      ascii-character..." and friends, they are needed for tramp.


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

* bug#729: marked as done (23.0.60; RET doesn't DTRT in  read-char-exclusive on the Mac OS X --with-ns port)
  2008-08-16 13:25 ` bug#729: 23.0.60; RET doesn't DTRT in read-char-exclusive on the Mac OS X --with-ns port Teodor Zlatanov
@ 2008-09-10 21:00   ` Emacs bug Tracking System
  0 siblings, 0 replies; 5+ messages in thread
From: Emacs bug Tracking System @ 2008-09-10 21:00 UTC (permalink / raw)
  To: Glenn Morris

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


Your message dated Wed, 10 Sep 2008 16:52:38 -0400
with message-id <xi7i9jpvu1.fsf@fencepost.gnu.org>
and subject line Re: bug#725: 23.0.60; Tramp mode prompt doesn't take enter key (only C-M)
has caused the Emacs bug report #725,
regarding 23.0.60; RET doesn't DTRT in read-char-exclusive on the Mac OS X --with-ns port
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
725: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=725
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3967 bytes --]

From: Teodor Zlatanov <tzz@lifelogs.com>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.60; RET doesn't DTRT in read-char-exclusive on the Mac OS X --with-ns port
Date: Sat, 16 Aug 2008 08:25:02 -0500
Message-ID: <m2pro96qj5.fsf@lifelogs.com>

I found the problem while trying to use `read-passwd', which calls
`read-char-exclusive'.  Hitting RET is not registered correctly by
`read-char-exclusive' as it's called from `read-passwd' (it seems to
extend the input field downwards as if it was a multiline input field)
and so `read-passwd' doesn't terminate.  A workaround is to press C-m
in the input field.  This breaks EPA functionality when passphrases
are needed, and probably more packages as well.

Test with:



In GNU Emacs 23.0.60.8 (i386-apple-darwin9.4.0, *Step 9.0)
 of 2008-08-16 on mungo
Windowing system distributor `Apple', version 49.46.48
configured using `configure  '--with-ns' 'CC=gcc''

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: nil
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Group

Minor modes in effect:
  gnus-topic-mode: t
  gnus-undo-mode: t
  recentf-mode: t
  auto-image-file-mode: t
  cua-mode: t
  display-time-mode: t
  icomplete-mode: t
  show-paren-mode: t
  which-function-mode: t
  url-handler-mode: t
  auto-insert-mode: t
  shell-dirtrack-mode: t
  df-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
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t




[-- Attachment #3: Type: message/rfc822, Size: 1568 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: 725-done@emacsbugs.donarmstrong.com
Subject: Re: bug#725: 23.0.60; Tramp mode prompt doesn't take enter key (only C-M)
Date: Wed, 10 Sep 2008 16:52:38 -0400
Message-ID: <xi7i9jpvu1.fsf@fencepost.gnu.org>


2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>

    * term/ns-win.el (global): Uncomment "put backspace
      ascii-character..." and friends, they are needed for tramp.


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

end of thread, other threads:[~2008-09-10 21:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <xi7i9jpvu1.fsf@fencepost.gnu.org>
2008-08-15 10:08 ` bug#725: 23.0.60; Tramp mode prompt doesn't take enter key (only C-M) Robert Casties
2008-08-17  9:40   ` Michael Albinus
2008-09-10 21:00   ` bug#725: marked as done (23.0.60; Tramp mode prompt doesn't take enter key (only C-M)) Emacs bug Tracking System
2008-08-16 13:25 ` bug#729: 23.0.60; RET doesn't DTRT in read-char-exclusive on the Mac OS X --with-ns port Teodor Zlatanov
2008-09-10 21:00   ` bug#729: marked as done (23.0.60; RET doesn't DTRT in read-char-exclusive on the Mac OS X --with-ns port) Emacs bug Tracking System

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.