Przemysław Kryger

Results 11 comments of Przemysław Kryger

FWIW I used to use an advice like [this](https://github.com/wbolster/emacs-python-pytest/pull/28#issuecomment-669069176) to copy a transient buffer contents. But I agree that it could be simpler.

I use [git-link](https://github.com/sshaw/git-link) for that purposes.

I know that `transient` is being used not only by `magit` and `forge` but also a few more applications (is that the right term?). When such a feature arrives, I'd...

FWIW I use a similar [solution](https://github.com/emacs-exordium/exordium/blob/3ebb4996a3948b5f805fa924a12d5f516b958eb8/modules/init-git.el#L129-L163) for `smerge-mode` buffers. I know there exists a few hydras definition that do the same (I think I've seen one in DOOM), but it's...

Recently I've gotten permission from my employer to do that. I'd need to ask for forms on emacs-devel I guess.

Sure thing (hide). I've been thinking about adding support for draft PRs (display, create, etc.) to forge. Hopefully in a few weeks I'll have some time to put some work...

I played today a bit with native-compilation but I haven’t found a solution. FWIW: - `libgccjit` may require recompilation if your macOS is not the same as the one used...

> 2\. A symbolic link need to be added by hand, from `$(brew --prefix)/opt/emacs-mac/lib/emacs/28.0.91/native-lisp` to your `Emacs.app/Contents/native-lisp` I'm not entirely sure why it has to be done by hand. Is...

> Installation failed on OS X 10.15 with `brew install emacs-mac --HEAD --with-native-comp --with-rsvg --with-starter --with-mac-metal`. Any helps will be appreciated! > > ```shell > Last 15 lines from /Users/yunj/Library/Logs/Homebrew/emacs-mac/03.make:...

@George9000 @Jonghyun-Yun it seems that Mitsuharu [has pushed a fix](https://bitbucket.org/mituharu/emacs-mac/commits/263c430fbbc050fe36cc8dee08962af1a703bc07) that may alleviate the issue you've stumbled upon.