Emacs
The latest, 29.x, version of Emacs. Whenever I drap&drop an image into a note, it'll open an image in a new buffer. An image won't get embedded or attached onto a note. Why not? Hasn't d&d functionality been added since several versions ago, natively?
How to embed or attach an image onto a note? Preferably, a) by Drap&Drop b) without any third-party package
announce the release of Magit version 4.0.
One of the best things to happen to EMACS!
More information can be found on in the release notes.
Hello,
I am an vim user and I am used to the vim way of doing things. I started tinkering with emacs some time ago and enjoying it since because of the elisp. however I find the default keybinding kinda weird and it's hard to get used to it. we can't even vi" or ci" in emacs. also emacs doesn't have inbuilt multi cursor support.
I really want to use emacs but these things are holding me back :(
- https:// lists.gnu.org /archive/html/emacs-devel/2024-03/msg00611.html
> Emacs 29.3 is an emergency bugfix release intended to fix several security vulnerabilities described below. > > ** Arbitrary Lisp code is no longer evaluated as part of turning on Org mode. This is for security reasons, to avoid evaluating malicious Lisp code. > > ** New buffer-local variable 'untrusted-content'. When this is non-nil, Lisp programs should treat buffer contents with extra caution. > > ** Gnus now treats inline MIME contents as untrusted. To get back previous insecure behavior, 'untrusted-content' should be reset to nil in the buffer. > > ** LaTeX preview is now by default disabled for email attachments. To get back previous insecure behavior, set the variable 'org--latex-preview-when-risky' to a non-nil value. > > ** Org mode now considers contents of remote files to be untrusted. Remote files are recognized by calling 'file-remote-p'.
- • 100%emacsredux.com Tracking World Time with Emacs
In today’s highly connected world it’s often useful to keep track of time in several time zones. I work in a company with employees all over the world, so I probably keep track of more time zones than most people. So, what are the best ways to do this? I know what you’re thinking - let’s just buy an...
YouTube Video
Click to view this content.
YouTube Video
Click to view this content.
- https:// www.gnu.org /savannah-checkouts/gnu/emacs/news/NEWS.29.2
This is a bug-fix release with no new features.
-
Changes in Specialized Modes and Packages in Emacs 29.2
-
Tramp
- New user option 'tramp-show-ad-hoc-proxies'. When non-nil, ad-hoc definitions are kept in remote file names instead of showing the shortcuts.
-
-
Incompatible Lisp Changes in Emacs 29.2
- 'with-sqlite-transaction' rolls back changes if its BODY fails. If the BODY of the macro signals an error, or committing the results of the transaction fails, the changes will now be rolled back.
-
- • 100%arne.me Emacs From Scratch Part Two: Projects and Keybindings
In this second post in my Emacs from Scratch series, we’ll set up a way to manage projects, quickly find files, set up custom keybindings, interact with Git and open a terminal inside Emacs.
I'm using emacs + evil. With helm-mode. In the minibuffer / ex mode, if I type
lsp
then hit tab I see a list of completions as expected. If I typelsp-
then tab the nothing happens. No completion list is shown. Nothing happens at all.Strangely I thought this use to work but updating my packages one day broke this behavior.
Any ideas?
Emacs configs: https://github.com/coreyoconnor/RCs/tree/master/emacs.d/local
- • 100%emacsredux.com Emacs 29.1 Released
Today is a great day for Emacs - Emacs 29.1 has just been released1! Every Emacs release is special, but I haven’t been so excited about a new version of Emacs in ages. Why so? Reason #1 - pure GTK front-end (a.k.a. pgtk). This also means that now Emacs supports natively Wayland. Which in tern means...
pure GTK front-end, built-in support for the massively popular Language Server Protocol via eglot, and built-in support for TreeSitter.