unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* yes-or-no-p prompt conditionally broken in master?
@ 2015-09-03 16:31 Kaushal Modi
  2015-09-03 16:39 ` Eli Zaretskii
  0 siblings, 1 reply; 70+ messages in thread
From: Kaushal Modi @ 2015-09-03 16:31 UTC (permalink / raw)
  To: Emacs developers, Paul Eggert, Michael Albinus, yamaoka, david,
	handa, Dmitry Gutov, Stefan Monnier

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

Hi all,

I tend to keep my e
​​
macs build updated with the master every few days.

My last build was 2 days back at this commit:
http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=a3c31adea4970b8a7fc7f495e6a6a6d4a93e69ce
and
everything worked fine.

PROBLEM:
- When on latest master, for ANY yes-or-no-p prompt, for the first prompt I
cannot see the prompt question. At times, all I see is the cursor at the
very left in the minibuffer. At times, I see no cursor and have to assume
that the minibuffer is in focus. I blindly need to hit y or n to proceed
(for example when quitting emacs). Some times, 2nd prompt onwards the
prompt questions start appearing fine.
- This issue goes away if I revert to the above linked commit with my emacs
config.
- This issue also goes away in an emacs -Q session while on the latest
commit on master.

Below are all the commits after that commit that works for me.
So some package I have installed is clashing with one of the below commits.

I tried debugging but cannot narrow down to the problem. Can one of the
authors would know if their commit could have possibly changed how
yes-or-know-p prompt display behaved? A proper direction will help me debug
the problem faster.

| Dmitry Gutov    | vc-git-mode-line-string: Explicitly re-apply the
faceHEADmaster  |
| Paul Eggert     | Treat initial-scratch-message as a doc string
         |
| Paul Eggert     | Fix describe-char bug with glyphs on terminals
          |
| Paul Eggert     | Follow text-quoting-style in display table init
         |
| K. Handa        | Fix typo
          |
| K. Handa        | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
          |
| K. Handa        | fix previous change
         |
| David Caldwell  | * lisp/vc/vc-hooks.el (vc-refresh-state): New command
         |
| Paul Eggert     | Escape ` and ' in doc
         |
| Stefan Monnier  | Generalize the prefix-command machinery of C-u
          |
| Paul Eggert     | Rework quoting in tutorial
          |
| Paul Eggert     | Setup quote display only if interactive
         |
| Katsumi Yamaoka | Use defalias at the top level
         |
| Paul Eggert     | terminal-init-w32console mimicks command-line
         |
| Paul Eggert     | Display replacement quotes with shadow glyphs
         |
| Michael Albinus | * lisp/net/tramp-sh.el (tramp-methods) <sudo>: Mask
"Password:". |

PS: One of the packages I have installed is
http://elpa.gnu.org/packages/minibuffer-line.html and I thought that that
might be causing the problem. But disabling that did not fix this.

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

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

end of thread, other threads:[~2015-09-05  7:20 UTC | newest]

Thread overview: 70+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-03 16:31 yes-or-no-p prompt conditionally broken in master? Kaushal Modi
2015-09-03 16:39 ` Eli Zaretskii
2015-09-03 17:22   ` Artur Malabarba
2015-09-03 17:28     ` Dmitry Gutov
2015-09-03 17:43       ` Tassilo Horn
2015-09-03 17:43       ` Eli Zaretskii
2015-09-03 17:47         ` Dmitry Gutov
2015-09-03 18:02           ` Eli Zaretskii
2015-09-03 18:18             ` Artur Malabarba
2015-09-03 18:19               ` Eli Zaretskii
2015-09-03 18:23               ` Drew Adams
2015-09-03 18:27                 ` Eli Zaretskii
2015-09-03 18:43                   ` Artur Malabarba
2015-09-03 18:45                     ` Kaushal Modi
2015-09-04  9:02                     ` Eli Zaretskii
2015-09-04  9:14                       ` David Kastrup
2015-09-04 12:33                         ` Eli Zaretskii
2015-09-04  9:16                       ` Bastien
2015-09-04  9:26                       ` Andreas Schwab
2015-09-04 10:32                         ` Marcin Borkowski
2015-09-04 11:03                           ` David Kastrup
2015-09-04 11:52                             ` Kaushal Modi
2015-09-04 12:30                           ` Eli Zaretskii
2015-09-04 12:39                             ` Marcin Borkowski
2015-09-05  5:02                           ` Stephen J. Turnbull
2015-09-04 12:28                         ` Eli Zaretskii
2015-09-04 12:40                           ` Andreas Schwab
2015-09-04 12:58                             ` Eli Zaretskii
2015-09-04 13:34                               ` Alan Mackenzie
2015-09-04 17:56                                 ` Eli Zaretskii
2015-09-04 18:14                                   ` David Kastrup
2015-09-04 18:28                                     ` Eli Zaretskii
2015-09-04 18:39                                       ` David Kastrup
2015-09-04 18:52                                         ` Kaushal Modi
2015-09-04 18:53                                           ` Kaushal Modi
2015-09-04 19:47                                         ` Eli Zaretskii
2015-09-04 19:55                                           ` Eli Zaretskii
2015-09-04 20:00                                             ` David Kastrup
2015-09-04 20:04                                             ` David Kastrup
2015-09-05  7:03                                               ` Eli Zaretskii
2015-09-05  7:20                                                 ` David Kastrup
2015-09-04 19:56                                           ` David Kastrup
2015-09-04 18:36                                   ` Alan Mackenzie
2015-09-04 17:31                               ` Chad Brown
2015-09-04 17:54                                 ` Eli Zaretskii
2015-09-04 12:59                             ` Kaushal Modi
2015-09-04 14:42                               ` Drew Adams
2015-09-04 13:24                       ` Stefan Monnier
2015-09-04 13:49                         ` David Kastrup
2015-09-04 17:41                           ` Eli Zaretskii
2015-09-04 17:39                         ` Eli Zaretskii
2015-09-03 18:27             ` Dmitry Gutov
2015-09-03 18:30               ` Eli Zaretskii
2015-09-03 18:33                 ` Dmitry Gutov
2015-09-03 18:18           ` Marcin Borkowski
2015-09-03 18:25             ` Dmitry Gutov
2015-09-03 18:28               ` Eli Zaretskii
2015-09-03 18:33                 ` David Kastrup
2015-09-03 21:47                   ` Andy Moreton
2015-09-04  6:32                   ` Eli Zaretskii
2015-09-04  6:48                     ` Andreas Schwab
2015-09-04  7:00                       ` Eli Zaretskii
2015-09-04  9:25                         ` Andreas Schwab
2015-09-05  4:06                         ` Stephen J. Turnbull
2015-09-03 19:26               ` Marcin Borkowski
2015-09-03 17:47         ` Kaushal Modi
2015-09-04 12:29         ` Wolfgang Jenkner
2015-09-04 12:36           ` Eli Zaretskii
2015-09-03 22:31   ` Katsumi Yamaoka
2015-09-03 23:54     ` Kaushal Modi

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).