Re: [BUG] make cursor visible in calendar [9.6.7 ( @ /Users/eugenekim/.emacs.d/elpa/org-9.6.7/)]

2023-08-14 Thread Ihor Radchenko
eugene kim  writes:

> I found the offending line (windmove-default-keybindings)
> From below configuration, if I move the (windmove-default-keybindings)
> line, it works fine.
> Thank you for the support
>
> -
> (windmove-default-keybindings)
>
>
> (use-package org
>   :ensure t
>   :init
>   (progn
> (add-hook 'org-shiftup-final-hook 'windmove-up)
> (add-hook 'org-shiftleft-final-hook 'windmove-left)
> (add-hook 'org-shiftdown-final-hook 'windmove-down)
> (add-hook 'org-shiftright-final-hook 'windmove-right)
>
> )
>   )
> 

Closing.
Handled.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: [BUG] make cursor visible in calendar [9.6.7 ( @ /Users/eugenekim/.emacs.d/elpa/org-9.6.7/)]

2023-08-14 Thread Ihor Radchenko
[ Please use Reply All or Wide Reply to keep the conversation public on
  the mailing list ]

eugene kim  writes:

> my `emacs` was aliased as `emacs -nw` and was not accepting -Q
>
> So the situation is
>
> In terminal (with -nw), cursor shows
> In Window (without -nw)
>  - (with -Q) cursor shows
>  - (without -Q) cursor not shows
>
> I guess some package that gets evaluated only in windows env has
> interfering.. ?..

Most likely. You can try https://github.com/Malabarba/elisp-bug-hunter
to narrow does which part of the config is to blame.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: [BUG] make cursor visible in calendar [9.6.7 ( @ /Users/eugenekim/.emacs.d/elpa/org-9.6.7/)]

2023-08-14 Thread Ihor Radchenko
eugene kim  writes:

> I've followed the instruction, nothing i can do further from the feedback
> instructions
> because there's no bug and there's no traceback
>
> I find the cursor is visible in terminal emacs, but not in window
> environment emacs.
> You might wanna try that.

I tried, and can see the cursor in my window Emacs.
May you please start from emacs -Q and detail every step you do + what
you see?

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: [BUG] make cursor visible in calendar [9.6.7 ( @ /Users/eugenekim/.emacs.d/elpa/org-9.6.7/)]

2023-08-14 Thread Ihor Radchenko


eugene kim  writes:

> That's not what I see.

Then, please follow https://orgmode.org/manual/Feedback.html#Feedback to
help me re-create your problem locally.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: [BUG] make cursor visible in calendar [9.6.7 ( @ /Users/eugenekim/.emacs.d/elpa/org-9.6.7/)]

2023-08-14 Thread Ihor Radchenko
[Adding Org ML back to CC]

eugene kim  writes:

> I should have been more clear.
> The selected date (the preselected date is visible) is visible.
>
> I'd like to use the keyboard to move dates so I can select a different
> date.
> While moving between dates, the cursor is not visible.

When I use S- and other commands described in "8.2.1 The
date/time prompt" section of the manual, whatever was "preselected"
moves as I change the date.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: [BUG] make cursor visible in calendar [9.6.7 ( @ /Users/eugenekim/.emacs.d/elpa/org-9.6.7/)]

2023-08-13 Thread Ihor Radchenko
eugene kim  writes:

> I'd like to see the cursor when using keyboard to select a date from the
> calendar when I use
> org's schedule or deadline.
>
> It can be done with keyboard, but the cursor is not visible.

May you please provide steps to reproduce the problem?
For me, the selected date is highlighted in date selection prompt.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



[BUG] make cursor visible in calendar [9.6.7 ( @ /Users/eugenekim/.emacs.d/elpa/org-9.6.7/)]

2023-08-12 Thread eugene kim
--text follows this line--

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

 https://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org mailing list.


I'd like to see the cursor when using keyboard to select a date from the
calendar when I use
org's schedule or deadline.

It can be done with keyboard, but the cursor is not visible.

I've tracked down the cause to the following line in org.el

Line13728:
   (org-eval-in-calendar '(setq cursor-type nil) t)

I've also found an issue which the line was trying to solve.
https://list.orgmode.org/87d36uip6p@gnu.org/

I'd like to see the cursor when I move date in the calendar window (with
shift-arrow)





Emacs  : GNU Emacs 29.1 (build 1, x86_64-apple-darwin18.7.0, NS
appkit-1671.60 Version 10.14.6 (Build 18G9323))
 of 2023-07-30
Package: Org mode version 9.6.7 ( @
/Users/eugenekim/.emacs.d/elpa/org-9.6.7/)