Case Duckworth

Results 16 issues of Case Duckworth

Hi there! Due to this project's (somewhat surprising, given its age) recent popularity on HN, I've become interested in writing yet another clone, this time in awk. Here's the website...

`defgroup` enables the Custom buffer to link to its parent group, which I made `flyspell` here. Though now that I'm looking at the other variables in this file, I'm not...

# The problem: If I open the same link with `eww` twice, it opens two buffers to the same site. I.e., `*eww*`, `*eww*`, and so on. # Thoughts: I'm not...

Sometimes, say in IRC, someone will post a link to a toot or series of toots. Is it possible to have a command in this package to hook into `browse-url`...

enhancement

In modes like visual-fill-column, using window-total-width calculates the actual width of the mode-line. When the buffer is narrowed, the nyan cat should (in my mind) update relative to the narrowed...

Node listing has a wrong character somewhere or something.

My lisp-fu is not so advanced to do this, but I'd love ot pass something like, `(sort-sexps beg end &optional accessor)` to sort specifically on a certain element of a...

enhancement

`olivetti-mode` adjusts the window margin, which pushes the right segment of the modeline with simple-modeline to the left. At least for me. After a little experimentation I've found that adding...

Just after the #ifdef XINERAMA block in setup(), x and y are set. This: y = topbar ? 0 : DisplayHeight(dc->dpy, screen) - mh - yoffset; should be this: y...

With a source like this: ```` ``` {.python .numberLines} if is_true: pass ``` ```` pandoc generates ``` if is_true: pass ``` I'd like the enclosing `` to include the classes...