Skip to Content.
Sympa Menu

emacspeak - Re: [Emacspeak] Is there a way to make dtk-caps and dtk-punctuation-mode settings stick?

Subject: Emacspeak discussion list

List archive

Re: [Emacspeak] Is there a way to make dtk-caps and dtk-punctuation-mode settings stick?


Chronological Thread 
  • From: Parham Doustdar <parham90 AT gmail.com>
  • To: Victor Tsaran <vtsaran AT gmail.com>
  • Cc: Emacspeaks <emacspeak AT emacspeak.net>
  • Subject: Re: [Emacspeak] Is there a way to make dtk-caps and dtk-punctuation-mode settings stick?
  • Date: Mon, 26 Feb 2024 11:01:32 +0100

Hi Victor,
Ouch. As far as I understand, and testing similar things on my end, what you’re experiencing isn’t how it’s going to be. Can you try launching Emacs with the -Q switch and just loading emacspeak using -l switch, and try it in that Emacs instance?
Thanks.

On 25 Feb 2024, at 08:50, Victor Tsaran <vtsaran AT gmail.com> wrote:

Thanks, Param!
That did not make any difference, unfortunately. The variables still evaluate to "true" and "all" respectively. :)


On Thu, Feb 22, 2024 at 1:52 PM Parham Doustdar <parham90 AT gmail.com> wrote:
Hi Victor,
Strange, also, that using the universal argument doesn't toggle the variables in other buffers. Can you open a new buffer after you toggle, and use m-: to check the variable value?
Sent from my iPhone

On Feb 22, 2024, at 22:04, Victor Tsaran <vtsaran AT gmail.com> wrote:


Thanks Parham!
This does not work for me, unfortunately.
Will scan the manual once again to see if I missed anything. :)


On Thu, Feb 22, 2024 at 6:08 AM Parham Doustdar <parham90 AT gmail.com> wrote:
Hi Victor,
These variables are defined as local variables, meaning that if you're setting them with setq, the default value (which is the value assigned to the variable when you open a new buffer) isn't set.
To change the default value in your init file, you'd need to use `setq-default'. The syntax is like `setq', but it works with local variables. You can look it up in the elisp info pages for the caveats.
Good luck!

On Thu, Feb 22, 2024 at 6:27 AM Victor Tsaran <emacspeak AT emacspeak.net> wrote:
Hi.
This is probably a simple question, but I am not able to make the dtk-caps and dtk-punctuation-mode variables "stick" and persist across sessions after setting them in my initialization file.
In fact, even if I set them interactively in one buffer with the "universal prefix" , they will get reset in other buffers.
I am probably missing something obvious here, but what?

Thanks for any pointers!
Best.
Victor



Emacspeak discussion list -- emacspeak AT emacspeak.net
To unsubscribe send email to:
emacspeak-request AT emacspeak.net with a subject of: unsubscribe


--


--




Archive powered by MHonArc 2.6.19+.

Top of Page