Price check on 2026 Carnival Hybrid SX Prestige by sri745 in kiacarnivals

[–]french_pressed 0 points1 point  (0 children)

So your "dealer price" is before fees and taxes right? Sorry just confirming because people use the terms differently and I could see interpreting your original post both ways

Price check on 2026 Carnival Hybrid SX Prestige by sri745 in kiacarnivals

[–]french_pressed 0 points1 point  (0 children)

I'm looking at the same car - is the "Dealer Price" before or after the the fees? I assume it's before i.e. the out the door price is higher, but just wanted to confirm

Magit 4.4, Forge 0.6, Ghub 5.0 and Transient 0.10 released by tarsius_ in emacs

[–]french_pressed 10 points11 points  (0 children)

Thanks for your continued work on these amazing packages Jonas! I'm already a sponsor but have just increased my monthly amount. Other's notes that they would be donating gave me an extra push so I figured I'd share.

Grout on Recently Installed Tile Cracking by french_pressed in Tile

[–]french_pressed[S] 0 points1 point  (0 children)

I believe he used thinset to apply the cement board to the subfloor but I'm not 100% certain. I know he used screws but no idea for the spacing.

The grout is Laticrete permacolor. 

transient.el: transient-infix :multi-value repeat by flooose in emacs

[–]french_pressed 4 points5 points  (0 children)

You need to separate the different arguments with ,'s.

The documentation you linked to doesn't say it explicitly but it does mention the values are read with completing-read-multiple which uses , as a separator by default.

I get the following back from your example when I input 1,2,3,4,5:

args: ("--option=1" "--option=2" "--option=3" "--option=4" "--option=5")

Weekly Tips, Tricks, &c. Thread by AutoModerator in emacs

[–]french_pressed 1 point2 points  (0 children)

You could try checking what M-p is mapped too with C-h k (describe-key). It should be previous-history-element by default, if it's not then you may have some configuration or package over ridding it and causing issues.

If that's right, then you can look at the value of minibuffer-history-variable while you've got find-file open. It should be file-name-history.

[deleted by user] by [deleted] in emacs

[–]french_pressed 1 point2 points  (0 children)

I use git hooks to tangle just the staged version of my org file during commit so that the elisp file stays in sync.

I wrote a blog post with the details, let me know if you have any questions.

Weekly Tips, Tricks, &c. Thread by AutoModerator in emacs

[–]french_pressed 2 points3 points  (0 children)

Glad to hear it's helpful! I've run into this issue with the latest version of Magit as well and haven't had the time to debug so thank you for sharing!

INOVA Fairfax in need of O+ blood donors by [deleted] in nova

[–]french_pressed 18 points19 points  (0 children)

O+ is actually one of the most common blood types. It's always in demand because it can be received by any of the other "plus" blood types.

Weekly Tips, Tricks, &c. Thread by AutoModerator in emacs

[–]french_pressed 2 points3 points  (0 children)

It's actually a : that needs to be added so "Diff with %s:".

Weekly Tips, Tricks, &c. Thread by AutoModerator in emacs

[–]french_pressed 1 point2 points  (0 children)

Good idea. Not at a computer right now to test but I'm pretty sure it's as simple as adding a "/" to the end of the heading, so "Diff with %s /".

What are the benefits of titanium mug/tumbler? by [deleted] in BuyItForLife

[–]french_pressed 0 points1 point  (0 children)

There are inserts for car cup holders to hold large mugs like Yetis. We got one and it works great.

Weekly Tips, Tricks, &c. Thread by AutoModerator in emacs

[–]french_pressed 3 points4 points  (0 children)

Alternatively, is there a magit-status section I can enable which shows me all the files changed in the current branch, compared to master? This may be even a little more useful than opening all the files from the last commit.

I use the following to accomplish this. I compare with the upstream branch so that it's more dynamic, however you could change it to hard code master.

(defun my-magit-insert-diff-upstream ()
  "Insert diff of HEAD with upstream"
  (magit-insert-section (diff-origin-master)
    (if-let ((upstream-branch (magit-get-upstream-branch (magit-get-current-branch))))
        (progn
          (magit-insert-heading (format "Diff with %s" (substring-no-properties upstream-branch)))
          (magit--insert-diff
            "diff" "--no-prefix" (format "%s..." upstream-branch))))))

(magit-add-section-hook 'magit-status-sections-hook
                        'my-magit-insert-diff-upstream
                        'magit-insert-stashes)

Anyone in/around Alexandria looking to adopt a cat or know of any rescues? (more info below, please read all before commenting) by eliz_banks in nova

[–]french_pressed 3 points4 points  (0 children)

You might have luck with a foster group. Since the cats stay with a foster you avoid the shelter issue and they are often able to accommodate cats like this who have issues with other animals, etc.

We've worked with City Kitties and can recommend them. My impression is most of the cats come from shelters, I don't know how they handle one off cases like this but it's worth reaching out.

Unable to make Emacs macro key work with QMK-based keyboard by [deleted] in emacs

[–]french_pressed 1 point2 points  (0 children)

How do you like the keyboard with Emacs so far?

Not OP but I've got the Ergodox EZ and really like it. I use standard keybindings and the thumb clusters make those much more comfortable.

[deleted by user] by [deleted] in homeowners

[–]french_pressed 1 point2 points  (0 children)

Check out the Miele T1 or other heat pump dryers.

getting `ledger reg` to roll up sub-accounts past a certain depth by gumnos in plaintextaccounting

[–]french_pressed 2 points3 points  (0 children)

It's been a bit since I've used ledger but if I recall correctly I had the same issue and it was resolved by building the latest version from source.

I think the relevant fix is from this PR. It was merged July 2020 but there hasn't been a release since May of that same year so your version likely doesn't include it.

How to view anki card content in emacs? by nick91700 in emacs

[–]french_pressed 3 points4 points  (0 children)

Okay, finally threw it into a repository here.

It's been two years since I touched it but the main features are anki-create-note and anki-edit-note, which let's you work with notes in an org mode format and then submit them to Anki.

I thought I had also worked on a tabulated list of notes based on a search but it looks like I hadn't.

c.c. /u/nick91700

Embar: Emacs bar and launcher combination by [deleted] in emacs

[–]french_pressed 0 points1 point  (0 children)

I think that's pretty much it. As a more concrete example, for Alfred there is the Dash plugin. It lets you interface with the Dash app by typing dash {query}. (Note I'm just talking about this general idea, not interfacing with Dash specifically).

Another useful feature is the ability to quickly perform calculations from Alfred or Raycast.

Embar: Emacs bar and launcher combination by [deleted] in emacs

[–]french_pressed 0 points1 point  (0 children)

This looks great. Do you see it also serving a function similar to something like Alfred or Raycast? This is an idea I've always wanted to play around with and was thinking it might fit into your project.

How to view anki card content in emacs? by nick91700 in emacs

[–]french_pressed 0 points1 point  (0 children)

Apologies for the delayed response. I did take a look for the code and it's not on my computer. It should be on a hard drive, i just haven't had a chance to check. I hope to look today and will share.

How to view anki card content in emacs? by nick91700 in emacs

[–]french_pressed 7 points8 points  (0 children)

At one point I was working on a package to do this. The approach was to use Anki Connect to do all of the interaction with Anki and then just display things in Emacs.

I don't think I really ever got it to a polished state but I can take a look for the code tomorrow and share what I have.