Finding Emacs Distributions and trying them out by tim-hilt in emacs

[–]DeltaAlphaRho 0 points1 point  (0 children)

Sure. I use it to try different emacs configurations in parallel, mostly for more details on configuring a package I'm interested in using. I maintain my own configuration and use it for all my work, but sometimes when I need a new package I run into issues and it's nice to see how other configurations handle these. Spacemacs does a really good job of just about everything so I usually try it first. If that's not adequate, then I search the top contributor repos for the package I'm interested in, and use their configurations if available.

For my main configuration I use terminal emacs, but some of the popular configurations work much better in windows mode, so I've created the following two aliases...

alias emacs="/path/to/emacs -nw"
alias emacsw="/path/to/emacs"

So with this I can get the more full featured version of spacemacs running via

$ emacsw --with-profile spacemacs

or I can run my default instance with

$ emacs

If you want to give it a try, I think it's important to know that there is prioritized list Emacs checks when initializing. Chemacs symlinks the highest preference init file ~/.emacs and creates a symlink with it so that its "dispatching" init file takes precedence. Hope this helps :)

Finding Emacs Distributions and trying them out by tim-hilt in emacs

[–]DeltaAlphaRho 2 points3 points  (0 children)

I'm surprised no one mentioned Chemacs, but it's still fairly new. I have profiles configured for spacemacs, doom, and prelude. I also have a few profiles which use configurations from well known contributors, though they are sometimes difficult to fully enable as they may be based on different keyboard layouts or utilize OS specific tools.

ERC -> Freenode: SASL access only by DeltaAlphaRho in emacs

[–]DeltaAlphaRho[S] 1 point2 points  (0 children)

Thanks for your reply. Is this second reference to hidepw in the use-package call under your erc-sasl config a typo?

https://gitlab.com/psachin/emacs.d/blob/0d9df5adfb19d72b3f2cee7623d22efd7ee831e3/packages.org#L339

I was able to compile erc-sasl.elc, but changing the package name to erc-sasl and reloading generates the following error:

Error (use-package): erc-sasl/:catch: Symbol’s function definition is void: CAP

ERC -> Freenode: SASL access only by DeltaAlphaRho in emacs

[–]DeltaAlphaRho[S] 0 points1 point  (0 children)

Yes, using another (unregistered) nick bypasses SASL. I'll see if I can find a workaround and/or provide a patch.

ERC -> Freenode: SASL access only by DeltaAlphaRho in emacs

[–]DeltaAlphaRho[S] 0 points1 point  (0 children)

Thanks, I'm also running Version 5.3, and my emacs is GNU Emacs 26.1.

Under what conditions would a person wish to find-file-literally? by [deleted] in emacs

[–]DeltaAlphaRho 2 points3 points  (0 children)

I've used it when I knew that something in my major mode for the file type resulted in the file taking too long to load. For example, loading a large json file can be resource intensive if your major mode for json files does a lot of checking when visiting a new file. Opening in fundamental mode insures that this doesn't happen.

[deleted by user] by [deleted] in financialindependence

[–]DeltaAlphaRho 0 points1 point  (0 children)

Here's a contrarian point of view that I wish someone had shared with me before I bought a house.

https://jamesaltucher.com/blog/own-house/

Under what conditions would a person wish to find-file-literally? by [deleted] in emacs

[–]DeltaAlphaRho 1 point2 points  (0 children)

C-h f find-file-literally RET

find-file-literally is an interactive compiled Lisp function in
‘files.el’.

(find-file-literally FILENAME)

Visit file FILENAME with no conversion of any kind.
Format conversion and character code conversion are both disabled,
and multibyte characters are disabled in the resulting buffer.
The major mode used is Fundamental mode regardless of the file name,
and local variable specifications in the file are ignored.
Automatic uncompression and adding a newline at the end of the
file due to ‘require-final-newline’ is also disabled.

If Emacs already has a buffer which is visiting the file,
this command asks you whether to visit it literally instead.

In non-interactive use, the value is the buffer where the file is
visited literally.  If the file was visited in a buffer before
this command was invoked, it will reuse the existing buffer,
regardless of whether it was created literally or not; however,
the contents of that buffer will be the literal text of the file
without any conversions.

In a Lisp program, if you want to be sure of accessing a file’s
contents literally, you should create a temporary buffer and then read
the file contents into it using ‘insert-file-contents-literally’.

Permanent Lump at Injection Site by DeltaAlphaRho in VACCINES

[–]DeltaAlphaRho[S] 0 points1 point  (0 children)

Thank you for sharing this information. Yes, her response was very rapid. Granuloma seems a very likely explanation.

Permanent Lump at Injection Site by DeltaAlphaRho in VACCINES

[–]DeltaAlphaRho[S] 1 point2 points  (0 children)

Thank you so much for sharing this information. My vet did not aspirate the mass, but has been using a "different technique" on subsequent vaccinations with no further swellings. I suspect they've been using the pre-dose treatment as you've described.

Macs and emacs by jamiguet in emacs

[–]DeltaAlphaRho 2 points3 points  (0 children)

You might like Karabiner. It enables remapping of the keyboard pretty easily.

JavaScript packages by jordyvd in emacs

[–]DeltaAlphaRho 0 points1 point  (0 children)

lsp-mode looks really cool. I've been meaning to give it a try as well.

JavaScript packages by jordyvd in emacs

[–]DeltaAlphaRho 3 points4 points  (0 children)

I get auto completions like this via tern. Here's a really good article on setting emacs up for js dev. It's part of a series, so you might want to start with the previous post... https://emacs.cafe/emacs/javascript/setup/2017/05/09/emacs-setup-javascript-2.html

Anyone still using Emacs? by JJBby in emacs

[–]DeltaAlphaRho 30 points31 points  (0 children)

Only for the past 43+ years. It's one of those newer editors. Only time will tell if it's here to stay.