~dannyfreeman

~dannyfreeman/book-club

Last active 7 months ago

~dannyfreeman/jarchive-dev

Last active 1 year, 4 months ago

~dannyfreeman/clojure-ts-mode

Last active 1 year, 5 months ago
View more

Recent activity

[PATCH useplaintext.email] Gmail bottom posting patch 7 months ago

From Danny Freeman to ~sircmpwn/public-inbox

The last post I made didn't have the correct subject line. I just
followed the mailto link from the plaintext site and didn't see the
description of the mailing list until after. Here is my post again.
Sorry for the noise.

Hello,

I was testing out how someone using gmail might interact with a source
hut mailing list. After reading this plain text email website, I
discovered that it is possible to bottom post from the gmail web client.
I have attached a patch for the plain text website that explains how to
accomplish this.

useplaintext.email patch 7 months ago

From Danny Freeman to ~sircmpwn/public-inbox

Hello,

I was testing out how someone using gmail might interact with a source
hut mailing list. After reading this plain text email website, I
discovered that it is possible to bottom post from the gmail web client.
I have attached a patch for the plain text website that explains how to
accomplish this.

Thank you,
-- 
Danny Freeman

Re: Test post from gmail 7 months ago

From Danny Freeman to ~dannyfreeman/book-club

Danny Freeman <dannyfreeguy@gmail.com> writes:

> Can i post

Yes, got to remember to do a "wide" reply

-- 
Danny Freeman

Version 0.11.0 Release 1 year, 4 months ago

From Danny Freeman to ~dannyfreeman/jarchive-dev

A new version of jarchive has been released and should be available on
elpa soon

- Fixes a bug when `file-relative-name` is called on a buffer opened by jarchive.
  - See [bug#2](https://todo.sr.ht/~dannyfreeman/jarchive/2) for more details.
  - Thank you lassemaatta for the bug report
- Allow jarchive to be disabled via a new global minor mode
  - `jarchive-setup` is now obsolete. Please use `jarchive-mode` instead.
- `jarchive-patch-eglot` is now marked as obsolete.
  - If you are still using this, please update to a more recent version of Eglot

This information can also be found in the changelog:
https://git.sr.ht/~dannyfreeman/jarchive/tree/9b5edcb9ac4937ad41bc830714534fec5ebe48ee/item/CHANGELOG.md#2023-10-10-0110-release-notes

Re: [PATCH] Handle jar files whose names end in ".zip". 2 years ago

From Danny Freeman to ~dannyfreeman/jarchive-dev

Robert Brown <robert.brown@gmail.com> writes:

> Handling files whose names end in ".zip" allows LSP servers to refer to source
> code in the JDK's src.zip file.
>
> Additionally, handle files in a jar or zip that do not have names containing a
> period character.
>
> Finally, update Java language server compatibility info in README.md.
> ---
>  README.md   | 6 ++++--
>  jarchive.el | 6 +++---
>  2 files changed, 7 insertions(+), 5 deletions(-)

Re: Package for Guix 2 years ago

From Danny Freeman to ~dannyfreeman/jarchive-dev

Andrew Tropin <andrew@trop.in> writes:

> [[PGP Signed Part:Undecided]]
> The guix package for jarchive 0.8.0 is now available in guix repository
> by emacs-jarchive name.
>
> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=5ba10abc49239d047ece2d573497a6379984b410
>
> Danny, thank you very much for your work!


And thank you for helping distribute it!

[ANN] Yet Another Release 0.8.0 2 years ago

From Danny Freeman to ~dannyfreeman/jarchive-dev

This is all README updates, getting lots of feedback from people

## 2022-11-14 0.8.0 Release Notes
- Readme Changes

## 2022-11-13 0.7.0 Release Notes
- Add info about jarchive on ELPA

Thank you!
-- 
Danny Freeman

[ANN] Another jarchive release today! 0.6.0 and 0.5.0 2 years ago

From Danny Freeman to ~dannyfreeman/jarchive-dev

Here is v0.6 https://git.sr.ht/~dannyfreeman/jarchive/tree/0.6.0
a pretty trivial release

From the change log

## 2022-11-13 0.6.0 Release Notes
- Add link to bug tracker

## 2022-11-13 0.5.0 Release Notes
- Fix Typo

Here is a link to the new bug tracker:
https://todo.sr.ht/~dannyfreeman/jarchive

[ANN] Jarchive 0.4.0 Release, Now available on ELPA 2 years ago

From Danny Freeman to ~dannyfreeman/jarchive-dev

Jarchive 0.3.0 and 0.4.0 were released.

I have also made jarchive available in ELPA (currently 0.3.0; 0.4.0
should be available next time ELPA is updated)

https://elpa.gnu.org/packages/jarchive.html 

Release Notes (nothing breaking):

## 2022-11-13 0.4.0 Release Notes
- Remove some unnecessary messages
- Misc non breaking fixes
- Quiet down eglot patch messages in case it's called from a hook

[ANN] Jarchive 0.2.0 is released 2 years ago

From Danny Freeman to ~dannyfreeman/jarchive-dev

New version 0.2.0 is released, release notes are below.
Much of this is done in anticipation of submitting to ELPA or MELPA (or
both!)

https://git.sr.ht/~dannyfreeman/jarchive/log/0.2.0

## 2022-11-12 0.2.0 Release Notes
- Documentation updates in preparation for submitting to elpa or melpa
- BREAKING: Patching legacy Eglot no longer happens automatically when calling `jarchive-setup`.
  - Users can call `(with-eval-after-load 'eglot (jarchive-patch-eglot))` now in their config instead.
- `jarchive-patch-eglot` attempts to print warnings when it is called at the wrong time.

Thank you,
Danny Freeman