unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#9127: 23.3.50; View-Mode in diary-fancy-display-mode
@ 2011-07-20  4:03 Leo
  2011-07-20  4:17 ` Glenn Morris
  0 siblings, 1 reply; 8+ messages in thread
From: Leo @ 2011-07-20  4:03 UTC (permalink / raw)
  To: 9127

Any reason to enable view-mode in diary-fancy-display-mode? Somehow I
need to type two q's to bury the fancy-diary buffer.

The first q is bound to View-quit, which seems to do nothing except exit
view-mode. The second q is bound to quit-window, which does the job.

Leo





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

* bug#9127: 23.3.50; View-Mode in diary-fancy-display-mode
  2011-07-20  4:03 bug#9127: 23.3.50; View-Mode in diary-fancy-display-mode Leo
@ 2011-07-20  4:17 ` Glenn Morris
  2011-07-20  4:59   ` Leo
  0 siblings, 1 reply; 8+ messages in thread
From: Glenn Morris @ 2011-07-20  4:17 UTC (permalink / raw)
  To: Leo; +Cc: 9127

Leo wrote:

> Any reason to enable view-mode in diary-fancy-display-mode? 

Yes.

> Somehow I need to type two q's to bury the fancy-diary buffer.
>
> The first q is bound to View-quit, which seems to do nothing except exit
> view-mode. The second q is bound to quit-window, which does the job.

I cannot reproduce this. Recipe from emacs -Q?

Note the existence of diary-fancy-overriding-map for precisely this
reason.





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

* bug#9127: 23.3.50; View-Mode in diary-fancy-display-mode
  2011-07-20  4:17 ` Glenn Morris
@ 2011-07-20  4:59   ` Leo
  2011-07-20  7:04     ` Glenn Morris
  0 siblings, 1 reply; 8+ messages in thread
From: Leo @ 2011-07-20  4:59 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 9127

On 2011-07-20 12:17 +0800, Glenn Morris wrote:
>> Somehow I need to type two q's to bury the fancy-diary buffer.
>>
>> The first q is bound to View-quit, which seems to do nothing except exit
>> view-mode. The second q is bound to quit-window, which does the job.
>
> I cannot reproduce this. Recipe from emacs -Q?
>
> Note the existence of diary-fancy-overriding-map for precisely this
> reason.

1. Emacs -q

2. M-x calendar

3. `i d' and add something there

4. M-x calendar and hit 'd' on the date of the entry added in 3

Now a buffer "*Fancy Diary Entries*" appears. You can inspect the `q'
key in that buffer.

Leo





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

* bug#9127: 23.3.50; View-Mode in diary-fancy-display-mode
  2011-07-20  4:59   ` Leo
@ 2011-07-20  7:04     ` Glenn Morris
  2011-07-20  7:30       ` Leo
  0 siblings, 1 reply; 8+ messages in thread
From: Glenn Morris @ 2011-07-20  7:04 UTC (permalink / raw)
  To: Leo; +Cc: 9127

Leo wrote:

> 1. Emacs -q

I used -Q.

> Now a buffer "*Fancy Diary Entries*" appears. You can inspect the `q'
> key in that buffer.

Still cannot reproduce it:

  q runs the command quit-window, which is an interactive compiled Lisp
  function in `window.el'.





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

* bug#9127: 23.3.50; View-Mode in diary-fancy-display-mode
  2011-07-20  7:04     ` Glenn Morris
@ 2011-07-20  7:30       ` Leo
  2011-07-20 17:42         ` Glenn Morris
  2011-09-11  2:54         ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 8+ messages in thread
From: Leo @ 2011-07-20  7:30 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 9127

On 2011-07-20 15:04 +0800, Glenn Morris wrote:
> I used -Q.

Now I also use -Q.

>> Now a buffer "*Fancy Diary Entries*" appears. You can inspect the `q'
>> key in that buffer.
>
> Still cannot reproduce it:
>
>   q runs the command quit-window, which is an interactive compiled Lisp
>   function in `window.el'.

I am seeing the same bug. I wonder if it is related to the version of
Emacs. My main Emacs was built on 2011-07-19 from the Emacs-23 branch.

Can't reproduce this on a 2011-06-30 build of trunk. But q is bound to
View-quit initially in all cases.

Leo





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

* bug#9127: 23.3.50; View-Mode in diary-fancy-display-mode
  2011-07-20  7:30       ` Leo
@ 2011-07-20 17:42         ` Glenn Morris
  2011-09-25  9:37           ` Leo
  2011-09-11  2:54         ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 8+ messages in thread
From: Glenn Morris @ 2011-07-20 17:42 UTC (permalink / raw)
  To: Leo; +Cc: 9127

Leo wrote:

> I am seeing the same bug. I wonder if it is related to the version of
> Emacs. My main Emacs was built on 2011-07-19 from the Emacs-23 branch.

I've already tried Emacs 23.3, and the current emacs-23 and trunk
branches. I cannot reproduce this in any of them. So, you may have to
debug this yourself.

> Can't reproduce this on a 2011-06-30 build of trunk. But q is bound to
> View-quit initially in all cases.

I don't know what you mean by "initially".





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

* bug#9127: 23.3.50; View-Mode in diary-fancy-display-mode
  2011-07-20  7:30       ` Leo
  2011-07-20 17:42         ` Glenn Morris
@ 2011-09-11  2:54         ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-11  2:54 UTC (permalink / raw)
  To: Leo; +Cc: 9127

Leo <sdl.web@gmail.com> writes:

> I am seeing the same bug. I wonder if it is related to the version of
> Emacs. My main Emacs was built on 2011-07-19 from the Emacs-23 branch.
>
> Can't reproduce this on a 2011-06-30 build of trunk. But q is bound to
> View-quit initially in all cases.

Were you able to debug this, or should the bug report be closed?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





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

* bug#9127: 23.3.50; View-Mode in diary-fancy-display-mode
  2011-07-20 17:42         ` Glenn Morris
@ 2011-09-25  9:37           ` Leo
  0 siblings, 0 replies; 8+ messages in thread
From: Leo @ 2011-09-25  9:37 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Lars Magne Ingebrigtsen, 9127-done

On 2011-07-21 01:42 +0800, Glenn Morris wrote:
>> Can't reproduce this on a 2011-06-30 build of trunk. But q is bound to
>> View-quit initially in all cases.
>
> I don't know what you mean by "initially".

I mean q is bound to View-quit but after typing q in that fancy diary
buffer, it is then re-bound to quit-window.

On 2011-09-11 10:54 +0800, Lars Magne Ingebrigtsen wrote:
[snipped 8 lines]
> Were you able to debug this, or should the bug report be closed?

I am using view.el from trunk and the bug is gone. So I am closing this
bug.

Leo





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

end of thread, other threads:[~2011-09-25  9:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-20  4:03 bug#9127: 23.3.50; View-Mode in diary-fancy-display-mode Leo
2011-07-20  4:17 ` Glenn Morris
2011-07-20  4:59   ` Leo
2011-07-20  7:04     ` Glenn Morris
2011-07-20  7:30       ` Leo
2011-07-20 17:42         ` Glenn Morris
2011-09-25  9:37           ` Leo
2011-09-11  2:54         ` Lars Magne Ingebrigtsen

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).