[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] branch scratch/rfc-mode created (now a734721104)
From: |
Stefan Monnier |
Subject: |
[nongnu] branch scratch/rfc-mode created (now a734721104) |
Date: |
Wed, 12 Oct 2022 16:29:15 -0400 (EDT) |
monnier pushed a change to branch scratch/rfc-mode.
at a734721104 rfc-mode: Simplify the code by fetching&reading more
lazily
This branch includes the following new commits:
new ff1e3251e9 initial import
new dc1a3a978f improve the readme
new c550aa0530 v1.0.0
new 088d81002e make checkdoc happy
new e21fb7e134 fix comment
new 622ce988a8 add missing requires
new 8aff885877 fix formatting escape sequence
new 3a7afa19e7 make some functions private
new b651eac96c add repository link to group
new 390659e19c automatically download indices and documents if they
don't exist
new 5cdf7172e3 Merge pull request #1 from riscy/master
new e7d9e2f4cb add melpa badges to readme
new 4454af644e update version tag
new 9ec648cdf7 cosmetic
new a3a58e9883 better section title detection
new 02d8dfeb70 do not fail if helm is not available
new 5bda3310af remove useless groups for custom variables
new 821a039ae6 autoload rfc-mode-read
new 8fbf469c9b improve function name and docstring
new 3719b9ce9f derive rfc-mode from text-mode
new 0f95e3f79b fix mode detection regexp
new f766c141ac introduce a custom variable to use original buffer names
new 234890d3a8 Use expand-file-name instead of concat
new 918d38f901 compute the index path dynamically
new 7819cb64b9 add a changelog
new 55d28321b4 1.2.0
new 88e6577a0e update the readme regarding document download
new 55c0c24f9b Make rfc-mode inherit from special-mode
new 5a8a3a238e Make the rfc-mode-map inherit from special-mode-map
new bec092989b Add imenu support for rfc-mode
new 355f25ee2a Add commands to move to the previous/next RFC section
new e1a255fb59 Explain the meaning of
rfc-mode-use-original-buffer-names better
new e037a7ce5c Add Tab and S-Tab to navigate through RFC button links
new 91bf9ff561 Avoid rfc-mode-read replacing the current buffer
new 1ae16d2fb8 Implement a command to navigate to existing sections
new e2608adbac Make hyperlinks clickable with the mouse too
new d4ca95b973 Add changelog entries for the next version
new ec4269cc91 fix backtab key name
new 02546beecf v1.3.0
new 8587416c21 Add prefix argument support to rfc-mode-read
new ea349f3441 Improve doc-strings
new 476bff817d Don't turn the beginning of every page into a button
new 6e41dcd82f Autoload rfc-mode-browse
new ff7a36b810 Offer number at point as default in rfc-mode-read
new 697158dc0f Extract rfc-mode--integer-at-point from rfc-mode-read
new e34df2b983 Free rfc-mode-browse of the dependency on Helm
new 21c966a02c update changelog
new 5d0c8096b2 * rfc-mode.el: Explicitly load cl-lib dependency.
new 408bd186c8 Use closures instead of quoted lambda lists
new b885d6bd2b Fix completing-read default argument
new 3ef663203b Consistently use spaces for indentation
new a734721104 rfc-mode: Simplify the code by fetching&reading more
lazily
- [nongnu] branch scratch/rfc-mode created (now a734721104),
Stefan Monnier <=
- [nongnu] scratch/rfc-mode 5bda3310af 17/52: remove useless groups for custom variables, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode 91bf9ff561 34/52: Avoid rfc-mode-read replacing the current buffer, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode b651eac96c 09/52: add repository link to group, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode 1ae16d2fb8 35/52: Implement a command to navigate to existing sections, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode ff1e3251e9 01/52: initial import, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode dc1a3a978f 02/52: improve the readme, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode 3719b9ce9f 20/52: derive rfc-mode from text-mode, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode 821a039ae6 18/52: autoload rfc-mode-read, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode 355f25ee2a 31/52: Add commands to move to the previous/next RFC section, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode a3a58e9883 15/52: better section title detection, Stefan Monnier, 2022/10/12