Re: org code highlight w/ single quote

2025-02-13 Thread Rohit Patnaik
Relatedly, would the refactored fontification also handle nested bold and italic text where the delimiters for those are adjacent to one another? Right now, for example: /this is italic *and some bold italic*/ is only fontified in Emacs as italic. The portion of the text that is meant to be

Re: [PATCH] Re: Q: Documentation question on beamer and org

2025-02-13 Thread Naresh Gurbuxani
https://github.com/fniessen/refcard-org-beamer Sent from my iPhone On Feb 13, 2025, at 6:29 PM, David Masterson wrote: Leo Butler writes: On Thu, Feb 13 2025, Sébastien Gendre wrote: David Masterson writes: Forgive the repeat -- I didn't s

Re: [PATCH] Re: Q: Documentation question on beamer and org

2025-02-13 Thread David Masterson
Leo Butler writes: > On Thu, Feb 13 2025, Sébastien Gendre wrote: > >> David Masterson writes: >> >>> Forgive the repeat -- I didn't see this come up... >>> >>> I've been looking at Beamer as a way to write a slide show to help >>> explain some projects to others. Working on it, I have develop

[PATCH] Re: Q: Documentation question on beamer and org

2025-02-13 Thread Leo Butler
On Thu, Feb 13 2025, Sébastien Gendre wrote: > David Masterson writes: > >> Forgive the repeat -- I didn't see this come up... >> >> I've been looking at Beamer as a way to write a slide show to help >> explain some projects to others. Working on it, I have developed a >> number of questions th

Re: [PATCH] Turn org-mouse features into minor-modes

2025-02-13 Thread Visuwesh
[வியாழன் ஜனவரி 09, 2025] Ihor Radchenko wrote: Thanks for the review, and sorry for getting back so late. >> +(defvar-local org-mouse--old-mouse-map (copy-keymap org-mouse-map)) >> ... >> +(when org-mouse-minor-mode >> + ;; Without `copy-keymap', later `org-defkey' calls modify the >> +

Re: [PATCH] Turn org-mouse features into minor-modes

2025-02-13 Thread Visuwesh
[வியாழன் ஜனவரி 09, 2025] Ihor Radchenko wrote: Thanks for the review, and sorry for getting back so late. >> +(defvar-local org-mouse--old-mouse-map (copy-keymap org-mouse-map)) >> ... >> +(when org-mouse-minor-mode >> + ;; Without `copy-keymap', later `org-defkey' calls modify the >> +

Re: Cannot yank media when image come from Gnome screenshot

2025-02-13 Thread Visuwesh
[வியாழன் பிப்ரவரி 13, 2025] Robert Pluim wrote: >> On Thu, 13 Feb 2025 15:53:00 +0530, Visuwesh said: > > Visuwesh> I am using an undocumented (autoloaded) function to do so. > Please note > Visuwesh> that I know less than nothing about cl-defgeneric/cl-defmethod > and the > Vi

Re: Cannot yank media when image come from Gnome screenshot

2025-02-13 Thread Robert Pluim
> On Thu, 13 Feb 2025 15:53:00 +0530, Visuwesh said: Visuwesh> I am using an undocumented (autoloaded) function to do so. Please note Visuwesh> that I know less than nothing about cl-defgeneric/cl-defmethod and the Visuwesh> solution I found was from trial-and-error. Visuwe

Re: Cannot yank media when image come from Gnome screenshot

2025-02-13 Thread Visuwesh
[ஞாயிறு பிப்ரவரி 09, 2025] Ihor Radchenko wrote: > Visuwesh writes: > >>> One way to check for pgtk is checking the result of >>> (window-system). Or checking whether `pgtk-backend-display-class' is >>> `fboundp'. >> >> I don't think we should use (window-system) since the return value is >> FRAM