You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using s-dashed-words to produce html anchor ids, and I noticed some extra dashes. In particular PCIe became pc-ie, and SPARCstation became spar-cstation. In testing I found the splitting came from s-split-words.
I found #43 where this was implemented. It seems aimed at handling camelCase words that also include all capital words (based on the provided example).
Steps to Reproduce the issue.
Call s-split-words on a partially capitalized single word: (s-split-words "SPARCstation")
Receive back two words: ("SPAR" "Cstation")
Screenshots
No response
Logs
No response
Emacs version
28.1
Emacs running on GUI, Terminal or Daemon?
GUI
OS
Linux
OS Version
No response
The text was updated successfully, but these errors were encountered:
Description
I have been using
s-dashed-words
to produce html anchor ids, and I noticed some extra dashes. In particular PCIe became pc-ie, and SPARCstation became spar-cstation. In testing I found the splitting came froms-split-words
.I found #43 where this was implemented. It seems aimed at handling camelCase words that also include all capital words (based on the provided example).
Steps to Reproduce the issue.
Screenshots
No response
Logs
No response
Emacs version
28.1
Emacs running on GUI, Terminal or Daemon?
GUI
OS
Linux
OS Version
No response
The text was updated successfully, but these errors were encountered: