Christopher Wellons

Results 157 comments of Christopher Wellons

The web server used by elfeed-web is simple-httpd, so any server configuration lies in configuring that. The variable httpd-port sets the listening port. To take immediate affect after setting it,...

Here's overview of the database: The Elfeed Database https://nullprogram.com/blog/2013/09/09/ Only a few minor details have changed, so that's essentially still how it works. There are a few things I'd do...

Practically speaking, -O0 would be completely sufficient. This program barely does any work itself and spends nearly all its time waiting on Sleep, SwapBuffers, and other OpenGL calls. The -Os...

Unfortunately this is a display bug/limitation of Emacs itself. Elfeed uses string width (not length) and a monospace font to compute the search buffer layout, but Emacs' reported widths do...

It's trivial to check that this variable _is_ used in an elfeed-clamp expression. It only comes into play when the frame is skinny. It prevents entry titles from becoming too...

If you've upgraded Emacs, reinstall your package.el packages. Exit Emacs, delete/move your elpa/ directory, then start the new Emacs. Compiled .elc files are not compatible between Emacs releases since they...

The presence of that index.backup indicates something is going very wrong, especially because it contains a valid, upgraded index that shouldn't have triggered an upgrade. You should only see that...

Thanks for the tips. I'm aware of Everything due to using Ninite back in the Windows XP days. However, there are a few reasons I'm not interested in it: When...

The main reason is that I don't personally use MELPA, so I haven't had a reason to do it. The secondary reason is that I don't use it much, so...

As a general rule, information provided by the feed is kept in sync with the feed. This includes title, date, and content. That's why if you want a custom title...