Sebastián Monía

Results 30 issues of Sebastián Monía

In the last few days I've using dotnet in a multi-project repo. I've found myself using the prefix args submitted in my last pull request. Also in my local dotnet.el...

I lifted this code from _somewhere_ to stop cmd.exe using M-x shell from echoing commands back to me: ``` (defun hoagie-comint-init () (setq comint-process-echoes t)) (add-hook 'comint-mode-hook #'hoagie-comint-init) ``` It...

bug

lsp-ui-imenu is super nice. Some of its bindings are a bit off compared to, for example, occur mode or xref (which also have differences between each other...). Or at the...

ui-imenu

It would be nice if `smudge-status-location` accepted a function, with two already provided to display the text in the modeline or title bar (current features). Right now I would like...

feature-request

I use py4cl to communicate with AWS' boto3, and for float numbers they expect Decimal, not float. A way to override some data types in general could be useful, although...

I get this error in Windows 10: `Could not parse character 11 of "[default]^M` which makes me think `aws-sdk-lisp` is trying to read _something_ from my credentials file and failing.

After some experimenting and reading the existing code I re-defined the buffer modified segment as: ```elisp (telephone-line-defsegment* telephone-line-buffer-mod-segment () (if (buffer-modified-p) (propertize "!" 'face '(:foreground "red" :weight bold)) "-")) ```...

- Plain buffer name: the standard buffer name has a minimum width that I didn't like. I doubt on this segment, I guess the regular buffer-name one could receive a...

My current implementation shows a red (not too bright) background when the buffer is modified, else the inactive face. I guess if the face was part of the core package...

This is simple to do manually after de-serializing, but having the option built-in it would be nice. Converting a JSON string to an alist, sometimes it is desirable to treat...