Emacs Carnival February 2026: Completion
Posted: - Modified: | stream, emacs- : Added jneidel's link back, and added John's link
- : Added posts by oantolin and Neil. Also added a ton of links from previous Emacs News posts. Added Elsa's post
- : Added Christian's post
- : Added my post, Eric's post, and George's post
- : Added post by jneidel
- : Added Howard's post
For the Emacs Carnival theme for February, let's learn more about completion together. There are all sorts of cheesy puns one can make about completion and Emacs and Valentine's Day, like "You complete me," but beyond the jokes, it's actually a really good topic to help us work with Emacs more efficiently.
People's posts!
- Completion (in Emacs hledger) — Arjen Wiersma
- Emacs Carnival: Completion — Where Are The Wise Men? - Mike Hostetler
- File name completion in Emacs - Dmitry Dolzhenko
- Emacs Carnival: "Completion" - Christian Cleberg
- An Alternate Completing Read - Howard Abrams
- Guide to Modern Emacs Completion: vertico, corfu & friends - jneidel
- Sorting completion candidates, such as sorting Org headings by level - Sacha Chua
- Emacs Carnival: Completion – Eric MacAdie
- CHAT emacs completions - George Jones
- Emacs completion and handling accented characters with orderless - Sacha Chua
- Using speech recognition for on-the-fly translations in Emacs and faking in-buffer completion for the results - Sacha Chua
- Exploring large amounts of data with completion - Omar Antolin
- Emacs Carnival: Completion - Neil
- Emacs Carnival: Org Mode Completions - Elsa Gonsiorowski
- Completion of hugo links in Emacs - jneidel
- Emacs Carnival: Completion in Beancount Plain Text Accounting - John Rakestraw
Also, this one about completing the loop:
First, what's the Emacs Carnival?
From Christian Tietze:
A blog carnival is a fun way to tie together a community with shared writing prompts, and marvel at all the creative interpretations of the topic of the month.
You can get a sense of previous Emacs Carnivals by checking out the previous ones:
| Month | Host | Topic |
|---|---|---|
| June 2025 | ctietze | "Take Two" |
| July | gnewman | "Writing Experience" |
| August | takeonrules | "Your Elevator Pitch for Emacs" |
| September | rodiongoritskov | "Obscure packages" |
| October | AndyDrop | "Maintenance, server or home or garden" |
| November | donaldh | "An ode to org-babel" |
| December | GeorgeJones | "The People of Emacs" |
| January 2026 | ctietze | "This year, I'll…" |
You don't have to be an expert in order to post. In fact, this is a great way for all of us (beginners and otherwise) to focus on a topic together. Let's treat it like a kind of book club where we can share our notes as we learn.
What do we mean by completion in Emacs?
Completion can make it faster to enter text and to reduce errors. You can use it to find Emacs commands even if you don't know their full names or keyboard shortcuts. You can use it to expand abbreviations or even fix the typos you usually make. You can use it when you code and when you write. I've heard some people define common abbreviations across different programming languages so they don't have to remember the differences between syntaxes, and minibuffer-completion-based interfaces like consult-ripgrep let you flip through search results astoundingly quickly.
Let's start by talking about two types of completion:
minibuffer completion, which happens in the small window at the bottom of the screen whenever you use M-x, find a file, etc. This is where you can type a little and then find matching options so that you don't have to remember the full names of commands or files. For lots of tips, check out Understanding Minibuffer Completion - Mastering Emacs.
For example, here's my minibuffer for
M-xusing vertico for the display and marginalia for annotations on the side:
Figure 1: Screenshot of minibuffer completion in-buffer completion, like when you expand an abbreviation, insert a snippet, or fill in the rest of a variable name.
Figure 2: Screenshot of in-buffer completion
Links and ideas
Here are some ideas for things to explore. Pick an idea or come up with your own and write a post sharing what you're figuring out! (Update 2026-02-28: All right, let me try squeezing in hundreds of links from the past few years of Emacs News. 9:29 PM I think it's going to take me more time and patience to go through these links. Anyway, enjoy this rough categorization for starters!)
- Overviews
- Emacs Completion Explained (1:30:49, 2022)
- Is the Default Emacs Completion UI Good? - System Crafters Live! (01:53:35, 2025, show notes)
- The Latest in Emacs Completions - System Crafters Live! (02:00:25, 2023)
- My understanding of various sorts of completion in GNU Emacs (2023)
- Emacs completion changed my life (Irreal)
- yuri tricys: How to Get Files From Your Computer With Emacs (2021) - ido, ivy, smex
- Minibuffer completion
- General minibuffer UI resources and discussions
Have you explored the built-in completion improvements in recent Emacs versions? Fido-mode, icomplete-vertical-mode, and the
*Completions*buffer have all gotten much better recently.Resources
- Thanos Apollo: Emacs 30 Built-in Completion UI & Styles [Video] (2024, Reddit)
- Manuel Uberti: Trust me, I complete - fido-vertical-mode
- The *Completions* Buffer Gets a Big Upgrade in Emacs 29 (Reddit, Irreal, Manuel Uberti)
- (Me) Default emacs completions are good, I swear! (Reddit)
- emacs 28, icomplete, fido, replaces ido, and smex (54:30, 2022)
- fido-mode in Emacs 27
- Enhancing icomplete-vertical-mode in Emacs: A Follow-Up (Reddit)
Do you have nicer completion set up, like icomplete-vertical-mode, fido-mode or fido-vertical-mode, ido-mode or ido-vertical-mode, ivy, vertico, or mct? This makes things like
M-x(execute-extended-command) andM-y(yank-pop) soo much nicer!Lots of Vertico links
- From Ivy To Vert&co – Tristan's Zettelkasten
- Manuel Uberti: Would Alfred Hitchcock use Emacs? - about vertico, vertical interactive completion
- My GNU Emacs settings for the vertico package (as of mid 2025) (Reddit)
- Protesilaos Stavrou: Emacs: modern minibuffer packages (Vertico, Consult, etc.) (44:01 YouTube, Reddit)
- Emacs from Source Part 2: vertico, orderless, and marginalia (19:23, 2022)
- GNU/Emacs - Vertico Embark Consult Marginalia Orderless for completion & some extra functionalities (10:44, 2021)
- System Crafters Live! - Replacing Ivy and Counsel with Vertico and Consult (01:59:18)
- Streamline Your Emacs Completions with Vertico (18:54, 2021, Reddit)
- Modern Emacs Part 1: Consult, Marginalia, Vertico, Orderless and Embark - VOD (01:20:50)
- emacs 대화형 완성(interactive completion) 패키지 vertico가 한글 증분 검색을 지원하게 수정 (01:09, 2023)
- ivy compliant vertico config · GitHub
- James Dyer: Simple Directory and File Creation Using Vertico Completion Exit With Input - M-RET exists with the minibuffer input
- Switching from helm to vertico and friends (Reddit)
- vertico impressions Mastodon thread
- vertico-timer, my opinionated approach to vertico-indexed and candidate selection (Reddit)
- vertico-truncate: Judicious truncation for long vertico lines (2023)
- What are the benefits of Vertico over Helm or Ivy? Reddit discussion
- custom/jao-custom-completion.el
- completion.tap/after-init.el - vertico, consult, cape, etc. starter config
- Vertico, Marginalia, All-the-icons-completion, and Orderless (2022, updated 2025)
- Vertico Extensions for Emacs (12:43, 2022, Reddit)
- Emacs packages ednc, vertico, consult, embark, marginalia, orderless and fd-dired (41:14)
- vertico + marginalia + mini-frame + lot of hacks… (Reddit) NANO prototype
Ido
- Do you know about
S-M-x(execute-extended-command-for-buffer- available with Emacs 28.1 or higher), which suggests commands relevant to the current mode? - Have you gotten the hang of using
M-pto go back through your history? (Did you know you can interactively search through that history withC-sandC-r?) - Do you know about using
M-nto go into the future history? - Have you tried saving your minibuffer history with savehist?
- Do you want to experiment with recursive minibuffers so that you can do something else in the middle of a completion?
- Have you tweaked the way you navigate to take advantage of completion?
Have you experimented with other ways of matching candidates via
completion-styles, like the way orderless lets you type parts of the completion name in any order?Resources
- Exploring Emacs Completion Styles - System Crafters Live! (02:03:03, 2024, show notes)
- James Dyer: Building Your Own Orderless Style Completion in Emacs Lisp
- James Dyer: Customizing Emacs Completion: From Fido's Fuzzy Matching to Literal Substring (2025, Irreal)
- fussy: completion-style/fuzzy matching/scoring system for vertico/ivy/helm/etc (Reddit)
- completion experiment - hotfuzz-with-orderless (2025, Reddit)
- Emacs Advent Calendar 7: orderless, embark 1.0 and some bric-a-brac (2023)
- Magic orderless - tweaking the OR operator (2022)
- Magnus: Orderless completion in lsp-mode (2024)
- Activate superword mode in the Emacs Minibuffer #coding #programming (01:07, 2025) treat symbols (ex:
example_symbol) as words
Have you checked out the convenient search and navigation commands in more complex completion frameworks like consult, counsel, or helm?
Consult
- Emacs: completion framework (Embark, Consult, Orderless, etc.) (2021, Reddit, YouTube 46:58)
- From Ivy & Counsel to Vertico & Consult (2021, Reddit)
- Using Emacs Episode 80 Vertico, Marginalia, Consult, and Embark (YouTube 25:10, Reddit, Irreal, 2021)
- Comparison of vertico, ivy, consult, counsel, marginalia, ivy-rich, embark, ivy-occur
- 21天学会Emacs 2022 Edition(第四天) - vertico, orderless, marginalia, embark, consult
- Consult breaking change (2026) options can be specified at the start
- New releases of Consult, Vertico, Corfu and more (2025)
- Concealing Star Buffers with Consult (2023)
- Emacs Consult Git Is A Way To See All The Files Of A Git Repo In Minibuffer (07:41)
- Emacs Redux: Redo Complex Command with Consult (2021)
- Jeremy Friesen: Spending a Bit of Time Reviewing Consult Emacs Package (2023)
- Amit Patel: Emacs consult-buffer filenames (2024)
- consult-dir–zoxide-dirs (2025)
- consult-info (2023) choose one or more info manuals to search
- Update on Consult and Jinx (2025) - Jinx is a spell-checker
- Highlight multiple lines in consult-line (2023)
- James Dyer: Opening Frequently Used Files More Efficiently using consult (2024)
- James Dyer: Replacing deadgrep with consult-ripgrep (2023)
- Make vertico-posframe move to the side so consult previews work nicely (Reddit, 2023)
- Manuel Uberti: Ugrep and consult-xref (2022)
- Using Ugrep with Consult (2023)
- More on tree-sitter and consult (Reddit, 2023)
- Sacha Chua: Finding my blog posts with consult-omni (2025)
- TAONAW - Emacs and Org Mode: consult-recent-file, consult-org-agenda (2025)
- Jeremy Friesen: Adding a Consult Function for Visualizing Xref (2024)
- Jeremy Friesen: Configuring Consult Imenu Narrowing for Ruby (2024)
- [ANN] consult-projectile - Consult integration for projectile (Reddit, 2021)
- Consult interface to dash-docs
- consult-codesearch.el: Consult interface for codesearch
- Consult-project - consult extension for project.el (2022)
- consult-snapfile: instant file search for Consult (Rust server, <1ms cached queries) (Reddit)
- Dtache Consult
- consult-omni: A powerful omni-search and launcher in Emacs (like Spotlight or Alfred but in Emacs) (Reddit)
- chmouel/consult-vc-modified-files: List git modified files in a project with vc (Reddit) (new version adds consult-vc-log-select-files)
- consult-dir: switch directories in Emacs at any time (Reddit)
- consult-jq: Live queries against JSON via jq and consult
- consult-project-extra (previously consult-project) is now on MELPA!
- consult-reftex
- consult-ripfd: live finding + searching with an fd + rg consult mashup (Reddit)
- consult-spotlight: consult with macOS Spotlight (Reddit)
- consulting spotify in a better way
- Emacs consult-web package: Get web search results as well as omni searches inside emacs! (1:40:55, 2025)
- jao: consult recoll with live preview
- jao: inline snippets and grouping in consult-recoll
- Jeremy Friesen: Extending consult-notes Package to Add Draft Blog Post Candidates
- Jürgen Hötzel: Gnome Search Provider: Emacs Integration (Reddit)
- liuyinz/consult-todo - search, filter, and jump hl-todo keywords (Reddit)
- mclear-tools/consult-notes: Use consult to search notes (Reddit)
- New package consult-bibtex
- rahguzar/consult-hoogle: Hoogle for emacs
- Sacha Chua: consult + org-db-v3: Approximate search of my sketches using text, and a multi-source consult command for approximately searching sketches and blog posts
- uncongregate.el: Custom handling of query string in consult grep
- consult-erc – ERC-related buffer candidate sources for consult-buffer (Reddit)
Helm
- Helm documentation
- James Cash: Intermediate Emacs: Customizing Helm
- Helm news for Geiser, SLIME, Comint, M-x shell, and more!
- Helm 4.0 released (and no release notes) (Reddit)
- Emoji Insertion in Emacs With Helm (04:37, 2024)
- helm-codesearch.el:helm interface for codesearch
- burnthekernel/helm-browser: helm-browser is an Emacs package that can be used to quickly find and switch between multiple browser windows and tabs.
- Andrea: A way to fix Helm handling of symlink (/tmp dir) in Mac OS
- helm-twitch
- helm-deft: A helm based emacs module to help search in a predetermined list of directories. Inspired by the deft module.
- James Cash: Emacs Completes Me - open in split, sort shells by distance, jumping around
Ivy/counsel
- Improving my Emacs experience with completion (HN, Irreal) - Ivy
- Emacs Counsel M X Is A Bloody Good Way To Find Commands 2025_02_23_16:29:00 (07:00, 2025)
- scimax - ivy for completion with actions (35:50, 2021, Irreal)
- counsel-popup: The power of searching with counsel using transient popups Magit style.
- Marcin Borkowski: Ivy and ignoring the order of tokens
- Emacs : Completado y busqueda ( con-Ivy+Swiper )
- Have you experimented with other sort orders like the built-in historical option or more complex sorts with prescient.el?
Do you want to see additional information when you're choosing completions? Try out marginalia and other customizations.
Resources
- Manuel Uberti: Tweaking Vertico candidates
- completions-overlay.el Overlays for completion candidates (Reddit)
- Emacs Commands Explanation Via Marginalia Annotation 2024_08_12_04:10:20 (07:23, 2025)
- Anand Tamariya: Annotate completion candidates (GNU Emacs) (Reddit)
- Sacha Chua: Marginalia and hiding the value of password-ish variables
- James Dyer: Copying completion candidate to the clipboard (Irreal)
- Alex Popescu: Key Binding and Function to Jump to Emacs Completions Buffer (Irreal)
- GitHub - MintSoup/all-the-icons-completion: Add icons to completion candidates in Emacs (Reddit)
- While dissecting embark and marginalia, I learnt that functions passed to completing-read also returns a category
Have you checked out embark for doing other things with your completion like inserting a file name instead of opening it, or changing the command that you wanted to do, or acting on multiple items?
Resources
- Embark – Key features and tweaks
- Embarking in a new affair with completions (Reddit)
- Emacs: Embark and my extras (33:21, 2021, Reddit)
- System Crafters Live! - The Many Uses of Embark (01:56:43, 2021)
- Recent Embark Developments: Detailed Action Indicator, Highlighting and Cycling the Target at Point
- Using Ugrep with Embark
- Karthik Chikmagalur: ELMO - Embark Live Mode for Emacs
- Embark/Vertico tip: switch to multiform/grid display - @ctietze@mastodon.social
- If you use Org Mode, do you want to make your own custom Org link type with completion? (I really like being able to quickly link to blog posts, parts of my config, or project files with completion)
Do you want to define your own completion commands, maybe even with previews, dynamic collections or asynchronous data?
Resources
- Confused implementing programmed completion? A snippet to get you started
- Alvaro Ramirez: Bending Emacs - Episode 8: completing-read (YouTube 17:05 2025, Reddit, Irreal)
- [emacs-devel] RFC: Setting `minibuffer-completion-table` buffer-locally
- completing-read-strings.el - Read multiple strings in the minibuffer, with completion (Reddit)
- Semantic completing read in #Emacs (17:24, 2023)
- James Dyer: Efficient File Searching in Emacs: Leveraging completing-read with Customizable Methods
- Tassilo Horn: A read-buffer-function also suggesting recent files
- {RFC} Immediate completion feature (checking before publishing package)
- In-buffer completion
- Overviews:
Have you set up your own abbreviations to fix common typos or expand text quickly?
Resources
- John D. Cook: Good autocomplete (Reddit)
- abbrev-hook: Define hooks for abbrevs in Emacs
- Expanding Text using abbrev and skeletons
- lam: Manage buffer local abbrevs at the speed of light (Irreal)
- Marcin Borkowski: A simple function to create abbreviations
- Crafting Your Own Snippets with Emacs Built-In Abbrev Mode (Reddit)
- Emacs For Writers Unit 10: Text Expansion with Abbrev Mode (07:38, 2025)
- Emacs Abbrevs (01:04, 2022)
- Chung-hong Chan: Advent of emacs #9: How I type formulaic things in emacs
- Agilidad escribiendo en Emacs : abreviación -i
- Have you tried using dabbrev-expand to expand words based on what you have in the current buffer or in other buffers?
- Do you want to try hippie-expand to try different functions for expansion?
Have you defined your own snippets for prose or code? (Yasnippet is popular.)
Lots of Yasnippet links
- Yasnippet: A Useful Templating System in Emacs (09:20, 2025)
- Emacs YASnippet (13:04, 2022)
- Emacs: Yasnippet (33:40, 2021)
- Emacs Recipes With Yasnippet | Mark's Project Blog (@mark@mastodon.fixermark.com)
- Alvaro Ramirez: Emacs: Context-aware yasnippets (Reddit, HN)
- Emacs TIL: Use yasnippet for personal planning
- LaTeX snippets with Yasnippet & Auto Activating Snippets (11:21, 2023)
- Making the yasnippet new-snippet buffer more helpful, and comparing it to Jetbrains live templates (Reddit)
- One-Octet: Emacs: Yasnippet (in French)
- Store auto-yasnippets in registers and expand on insert
- Supercharge your Emacs / Spacemacs / Doom with Yasnippets! (12:06, 2020, Irreal)
- Taming Slurm with Yasnippet - plantarum.ca (@plantarum@ottawa.place)
- Trasteando con yasnippets
- Using tree-sitter to create better snippets
- xvw - Expansion d'abréviations avec YASnippet
- yasnippet to choose code block type and yank clipboard text into markdown block
- company, capf, yasnippet, and lsp
- Dynamic C++ Snippet I Wrote
- Randy Ridenour: An Obscure Emacs Package: Yankpad (Irreal)
- Jour 14 : modèles · Emacs expliqué à mes enfants
- auto-activating-snippets: Snippets for Emacs that expand as you type
- axy - Ad hoc expansion of yasnippet from anywhere in emacs (Reddit)
- cape-yasnippet: Yasnippet Completion at Point Extension
- yasnippet-capf: A basic completion at point function for yasnippets
- yasnippet-treesitter-shim
- Caching Yankpad snippets for a quicker note capturing
- Converting code snippets from Ultisnips format to YASnippet format (Irreal)
- FYI: awk-yasnippets on MELPA
- emacs-native-snippets: a collection for snippets that use emacs's built in templating utilities (Reddit)
- James Cherti: ultisnips-mode.el (*.snippets files) (Github, Reddit) - mode for editing Vim-compatible snippets
- rubenphilipp/aby: Aby is a snippet orchestrator for Emacs. (Reddit)
- snippets: The Doom Emacs snippets library
- Snippy.el: VSCode/LSP snippet support for Emacs with Yasnippet. (Reddit)
- ultyas: Convert Ultisnips (Vim) snippets to YASnippet (Emacs) format
- Jeremy Friesen: Unfurling of Issue Reference Abbreviations in Github and other Git Forge Issues
- Did you know you can embed Emacs Lisp in your Yasnippet templates?
Have you tried other template systems like Tempel, , or Tempo for structured text insertion?
Resources
- Comparison of different templating packages
- Introduction to Emacs Tempo Code Templates (@tiang@mastodon.social)
- Nicolas Martyanoff: Templating in Emacs with Tempo (Irreal)
- tempel: TempEl - Simple templates for Emacs (Reddit)
- GitHub - Crandel/tempel-collection: Collection tempel templates (Reddit)
- eglot-tempel: bridge for tempel templates with eglot
- xFA25E/skempo: Enhance Emacs skeleton, tempo and abbrev.
- Have you tried icomplete-in-buffer, corfu, company, or some other in-buffer completion framework?
If you use Yasnippet and you've just added completion at point, have you added your snippets to the completions with something like yasnippet-capf?
Company
- Company 0.10.0 is out (Reddit)
- Company 1.0.0 released
- Emacs Auto-Completion with Company Mode (01:01, 2025)
- Emacs Company Mode Is Bloody Good 2023_05_10_03:44:57 (9:44, 2023)
- Inside Emacs #4 (part 1) ♦ Company-mode ♦♦♦ showcase ✔ source code ✔ faces (Reddit)
- tycho garen: Better Company
- yuri tricys: Emacs Company-Mode Continued : The First Thing To Do When Developing With Emacs
- company-mode now has a manual
- company-mode: new Discussions section with hand-picked Q&A, and better Contributing docs
- {package} company-ipa
- company-manually : manually build your company candidates
- company-frame: A company extension, which let company use child frame as its candidate menu. (Reddit)
- company-wordfreq.el – a new company backend for human language words according to their frequency
- Make your company behave - manu.el
Corfu
- [ELPA] Corfu (Completion Overlay Region FUnction) (Reddit)
- Complement corfu, vertico, and completion-preview with prescient.el sorting (Reddit)
- corfu + completion-preview-mode
- Corfu section of an Emacs tutorial
- corfu-doc merged into corfu main
- Jeremy Friesen: Switching from Company to Corfu for Emacs Completion
- Sample Corfu, Kind-icon, and Corfu-doc configuration
Other packages
- Sample usage of Cape — Completion At Point Extensions
- Tutorial on Cape: How to add completion functions to completion-at-point-functions and how to use cape's built-in completion utilities
- Completion Preview in Emacs
- emacs-capf-autosuggest: History autosuggestions for comint and eshell
- Emacs Mono Complete Package #emacs #coding #programming (01:05, 2025)
- aggressive-completion: Minor mode which automatically completes for you after a short delay
- [GNU ELPA] New package proposal: aggressive-completion.el
- Do you want context-sensitive completions for your shell commands in Emacs? Try pcomplete - you can even define your own.
If you code, do you have LSP, Eglot, or something similar set up to offer you completions in your programming languages?
Resources
- Ooh, looks like you can translate VS Code / LSP snippets to Yasnippet so you can take advantage of other people's snippet collections.
- auto-complete vs company-mode in 2021
- Tim Heaney: Magic completions in rust-analyzer
- company-ctags v0.1.1 is published
- ac-html-csswatcher: HTML Class and ID completion for emacs by using ac-html.el and csswatcher projects (Reddit)
- emacs-racer: Rust Auto-Complete-er
- ac-dcd: Auto completion for Emacs using DCD: the D completion daemon
- emacs-ycmd: client for ycmd, the code completion system
- Other links:
Meta: What else can you bring into Emacs so that you can take advantage of all the completions that you've set up, like note-taking or e-mail? (Ex: mastodon.el + org-contacts + a little code to insert a Mastodon handle with completion = I can think of people by name instead of by handle!)
Resources
- A better yank-pop binding (Reddit)
- completing-history: Insert history items with completion
- Typing emojis with :shortcodes: in Emacs
- Interactive Cheatsheets in Emacs - icheat.el (10:50, 2025, GitHub)
- Emacs Grid Select | Zenie's Qis (@Zenie@piaille.fr)
- sway-completing-read
- Sacha Chua: Emacs Hydra: Allow completion when I can't remember the command name
- alphapapa/ement.el: Matrix client for Emacs (WIP) (Reddit)
- pulu/tidal-completion.el: TidalCycles completion for Emacs - Codeberg.org (@ahihi@anticapitalist.party)
- A small package to add slash-command to Emacs (Reddit)
- Bible Verse of The Day in Emacs — Now also on MELPA (Reddit) - update: insert verse, passage, or chapter at point
- My god! It's full of tags! - completion using sqlite data
- Tip: A simple way to get tab completion of filenames in scratch (and probably other buffers)
Things I want to learn about
For example, this month, I want to…
- Minibuffer:
- Figure out some kind of approximate speech-based minibuffer completion for commands
- Create a custom Org Mode link type for emacswiki and other things I refer to frequently
- Write about the completion functions I'm using to help me learn French
- In-buffer completion:
- ☑ Notice where I keep typing the same kinds of things and define more snippets for them
- ☑ Borrow ideas from other people's snippets: yasnippet-snippets (css, elisp, js, python); friendly-snippets (VS Code)
- ☑ Share my snippets in a repository
- Figure out some kind of speech interface for expanding snippets
- Sort out completion in programming buffers so that I can finally take advantage of LSP
- ☑ Complete French words in-buffer ignoring accented characters
- ☑ Organize tons of completion-related links from Emacs News onto EmacsWiki: Category Completion and other pages - 2026-02-28: I put them into this post for now
- Revisit the completion-related code in my config to dust off things that I can update, remember to use, or document with gif-screencast
I'll publish my notes on my blog and I'll add them to this post as well. I'd love to check out your notes too!
How to submit your entry/entries
(Update 2026-03-01: All done now! Feel free to write about the topic if it inspires you, though; I'd love to include a link to your notes in Emacs News.)
Please e-mail me at sacha@sachachua.com or DM me via Mastodon with a link to your post(s) by February 28 so that I can add them to this post. I'm happy to link to multiple posts. For example, here are some things you might like to write about:
- what you're thinking of figuring out (in case other people have suggestions)
- your notes along the way
- your current setup
- things you're particularly proud of
Looking forward to hearing from you!
A reflection on hosting Emacs Carnival this month
This was actually my first time hosting a blog carnival. Mapping out learning is one of my favourite things to do, and I enjoyed putting together a whole list of ideas and resources that might nudge people at every level. It was a great excuse to get around to improving parts of my workflow, not that I need an excuse to tinker with Emacs. Having the target date of Feb 28 encouraged me to get my notes together and actually post them, though. I also loved reading other people's posts, and I'm looking forward to integrating so many suggestions and ideas into my workflow. I think that treating the blog carnival as an opportunity to organize something like a study group or book club worked out well. I'd be glad to host in the future.
The Emacs Carnival theme for March is already up: Mistakes and Misconceptions, hosted by Philip Kaludercic. If you'd like to try hosting, you can edit the Emacs Carnival wiki page to add your name directly.
Thanks to everyone for reading and participating!