Fork me on GitHub
#emacs
<
2023-06-28
>
Drew Verlee00:06:19

Does anyone have a way to do a text search with a set of parens?

Riccardo09:06:42

not sure I understand the question fully, but you want to search for something using parenthesis? You should be able to do this by escaping them, e.g. like this: \(sometext\)

Riccardo09:06:48

actually in the default evil-ex-search-forward it seems you don't even need to escape them

Drew Verlee06:07:41

I appreciate the reply, i got busy :/

J19:06:32

Hi! Is there a way to interact with Github inside emacs? Like create pull request, code review, etc…

Derek19:06:59

Yes. forge (https://github.com/magit/forge) is a popular choice

practicalli-johnny19:06:54

Create an .authinfo.pgp file with a developer token, add the repo to Magit Forge database and fetch topics (issues & PRs) https://practical.li/spacemacs/source-control/magit/forge/

ericdallo20:06:20

IIRC @UBSREKQ5Q created one focused on reviewing PRs from emacs as well :)

👍 2
aisamu00:06:56

> .authinfo.pgp If you’re on a mac,

security add-internet-password -a "<username>^forge" -r "htps" -s "" -D "API Token" -w <token>

J04:06:17

Thanks guys!

J06:06:13

On doom emacs, I try to enable forge with (magit +forge) but I got this error when emacs start:

J06:06:03

What I miss?

ag18:06:06

It's due to the update Jonas made, see the issue here: https://github.com/wandersoncferreira/code-review/issues/245 set the recipe for a different branch:

emacs-lisp
(package! code-review :recipe (:host github :repo "phelrine/code-review" :branch "fix/closql-update"))

👌 2
🙏 2