Ashish Panigrahi

54 Followers
167 Following
29 Posts
PhD student in physics working on superconducting quantum bits. Trying to base my whole workflow around #emacs, #orgmode and free software.
Websitehttps://ashishpanigrahi.com
Githubhttps://github.com/paniash
Pronounshe/him

Participating in Emacs carnival after a long time.

https://tusharhero.codeberg.page/may-i-recommend-these-lesser-known-org-modes.html

I am also excited about next month's carnival because someone is picking up an idea I suggested :)

#Emacs

May I recommend: lesser known org-modes

@sacha reminded me that I have fun writing code to generate neat pictures in #Emacs! I added a new picture type to luggage¹: hexinuous, which looks like this.

¹ https://github.com/oantolin/lugagge

Outlook is the absolute bane of my existence. Why is it that my draft email is completely unresponsive after I get back to it after a while? I wish I could just use GNUS or notmuch with #emacs but for these so called security reasons, my org has whitelisted imap access only for the outlook webmail and thunderbird (which according to IT is not recommended and will not be given first class support).

Oh and did I tell you that thunderbird doesn't work on my personal laptop because of said policies by IT? No wonder the astronauts on the Artemis mission had two broken instances of outlook. Good work #Microslop.

All of a sudden those maniacs compiling everything themselves from known good sources seem a great deal more reasonable.
I'm always impressed by the capabilities of #magit. Just today I was looking up on how to delete branches on a local and the corresponding remote repository, and wondered if magit could do it fluidly. Of course, just hitting b (branch) and x (delete) prompted me to delete the local branch in addition to prompting me to delete the remote, while automatically pushing those changes! #emacs

For anyone interested in publishing an Emacs package on GNU or NonGNU ELPA, we just added a page on how to do that and what to keep in mind: https://elpa.gnu.org/contributing.html

If anything is not clear, please reach out! My hope is that this document can help clarify some of the misconceptions around ELPA and demystify the process.

#emacs #elpa

Contributing to ELPA

What makes #emacs easy for you? We often rail against what makes it difficult, but I think its power users are such because they understand its patterns.

I'm working on a composite series that I might turn into an eBook called "Emacs is an Effortless Bloom". The goal of this series is to facilitate Emacs usage for beginners and masters alike by highlighting the areas where using Emacs makes computer use easier, not harder.

What makes Emacs easy for you? What does it facilitate?

I have difficulties understanding why people want overlapping popups for minibuffer interaction. One loses so much, e.g., recursive editing. I prefer tiled layouts almost everywhere. Is it only about focusing on the center of the screen?

https://old.reddit.com/r/emacs/comments/1t4fu7w/followup_verticobufferframe_a_childframe/

https://github.com/minad/vertico#child-frames-and-popups

I use popups for Corfu completion though...

#emacs

Notes on using GNU Emacs' Tramp system in an unusual shell environment via @fanf https://lobste.rs/s/vwjrsl #emacs
https://utcc.utoronto.ca/~cks/space/blog/programming/EmacsTrampNotes
Notes on using GNU Emacs' Tramp system in an unusual shell environment

0 comments

Lobsters
Trying to get into emacs package contributions and was wondering what the typical workflow is of doing that. For example, if I have package X installed and would like to make my own additions to the package to test it locally before sending a patch, how would I go ahead in doing that? As a beginner, I'm thinking something along the lines of using the `:load-path` attribute in use-package. #emacs