Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double verbosity setting saving broken #63

Closed
sammorley-short opened this issue Sep 6, 2022 · 2 comments · Fixed by #64
Closed

Double verbosity setting saving broken #63

sammorley-short opened this issue Sep 6, 2022 · 2 comments · Fixed by #64
Assignees
Labels
bug Something isn't working

Comments

@sammorley-short
Copy link

I'm finding that I can't permanently save the -vv (double verbosity) via C-x C-s. All the other settings I've used (such as -x and --ff save fine, but when I close and open emacs, the verbosity setting always reverts to -v.

Further details:

  • Running Doom Emacs on OSX.
  • Occurs regardless of the test mode (all, file, repeat)
  • Double verbosity persists during repetitions, but not after that.
@wbolster wbolster added the bug Something isn't working label Sep 16, 2022
@wbolster
Copy link
Owner

i suspect this is something transient.el related

juergenhoetzel added a commit to juergenhoetzel/emacs-python-pytest that referenced this issue Sep 17, 2022
Prevents invalid substring matches for "--verbose --verbose" init
value.

Closes wbolster#63.
@juergenhoetzel
Copy link
Contributor

i suspect this is something transient.el related

Fixed by using stricter argument-regex in #64 .

juergenhoetzel added a commit to juergenhoetzel/emacs-python-pytest that referenced this issue Sep 17, 2022
Prevents invalid substring matches for "--verbose --verbose" init
value.

Closes wbolster#63.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants