all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* What can cause downcasing in Emacs Lisp code?
@ 2021-05-20 16:49 Jean Louis
  2021-05-20 17:21 ` Eduardo Ochs
  0 siblings, 1 reply; 9+ messages in thread
From: Jean Louis @ 2021-05-20 16:49 UTC (permalink / raw)
  To: Help GNU Emacs

I have noticed few times in last months, including today, that I find
some strings in Emacs Lisp code downcased. I cannot know what is
happening, as it is maybe something I press by mistake, but I cannot
find what. I don't mark things and don't use `downcase-region'

As usually all of the Emacs Lisp is anyway downcased, I can only
observe strings within quotes to be downcased, but maybe some 

Then I can observe instead of this:

(defun hlink-yank-note (&optional id)
  "Kill the note and yanks into the other window"
  (interactive)
  (when-tabulated-id "hlinks" id
    (hyperscope-ring id)
    (hlink-yank-note-1 id)))

I can observe following "kill" instead of "Kill"

(defun hlink-yank-note (&optional id)
  "kill the note and yanks into the other window"
  (interactive)
  (when-tabulated-id "hlinks" id
    (hyperscope-ring id)
    (hlink-yank-note-1 id)))

And that downcasing makes me again edit so much more. I do not know
how I invoke that.

Maybe somebody knows?



Jean



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

end of thread, other threads:[~2021-05-21 21:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-20 16:49 What can cause downcasing in Emacs Lisp code? Jean Louis
2021-05-20 17:21 ` Eduardo Ochs
2021-05-21  5:54   ` Jean Louis
2021-05-21 15:20     ` [External] : " Drew Adams
2021-05-21 15:45       ` Jean Louis
2021-05-21 16:01         ` Drew Adams
2021-05-21 20:05           ` Jean Louis
2021-05-21 20:42             ` Drew Adams
2021-05-21 21:00               ` Jean Louis

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.