All public logs

Combined display of all available logs of 清冽之泉. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:25, 30 September 2025 Mwroot talk contribs created page 一个给内容编号的 Emacs 函数 (Created page with "<syntaxhighlight lang="bash" line> (defun generate-sequence-and-insert (prefix suffix width start end step) "生成指定格式的数字序列并插入到当前行的行首。 参数: PREFIX: 前缀字符串 SUFFIX: 后缀字符串 WIDTH: 数字位数(用0补足) START: 起始数字 END: 终止数字 STEP: 步长 示例: (generate-sequence-and-insert \"w\" \"m\" 2 3 21 3) 在当前行的行首分别插入: w03m, w06m, w09m, w12m, w15m, w18m, w21m" (inter...")