It's just me or is really weird that Emacs doesn't have something like the whole-line-or-region package built in?

This page summarizes the projects mentioned and recommended in the original post on /r/emacs

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • whole-line-or-region

    In Emacs, operate on current line if no region is active

  • I did try this package in september of last year. I liked it, but not as much as vanilla Emacs, so I stopped using it.

  • thing-edit

    Copy and paste anything under cursor.

  • However, if you find it handy, which you probably do, that is just a sign that you really need structure editing, but out of habit use lines. Besides paredit, thing-at-point is another thing to look at. It already has built-in regexes to give you a sentence, paragraph, email, sexp, and other stuff in a more structured manner than copying lines and then editing them (line too :)). There is a library, thing-edit that I once contributed too that does a lot of that stuff. I don't use it myself, haven't been using it for a few years now, but you may like it.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • expand-region.el

    Emacs extension to increase selected region by semantic units.

  • True, that is why I stopped to use thing-edit. Currently I am using mostly expand-region, if I am not in elisp mode which I am nowadays mostly, and there I use sexps. With expand region I just tapp C-+/C--. Usually brings me from word to sentence in two taps on '+' and paragraph on third tap, and I can cut/copypaste. Works fine for me. In elisp mode I move/cu/copy by s-exps.

  • easy-kill

    Kill & Mark Things Easily in Emacs

  • How does this package compare to leoliu/easy-kill which I now see u/purcell also contributed to?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts