unofficial mirror of emacs-tangents@gnu.org
 help / color / mirror / Atom feed
* 2018-04-02 Emacs news
@ 2018-04-02  6:37 Sacha Chua
  0 siblings, 0 replies; only message in thread
From: Sacha Chua @ 2018-04-02  6:37 UTC (permalink / raw)
  To: emacs-tangents


[-- Attachment #1.1: Type: text/plain, Size: 4240 bytes --]

2018-04-02 Emacs news
=====================

  - Emacs Lisp:
    - [lispy-multiline, lispy-oneline - reformat Lisp expressions] (https://www.wisdomandwonder.com/article/10755/emacsorg-mode-if-you-go-insane-trying-to-deal-with-lisp-code-squashed-into-one-line-then-read-on-to-see-the-fix)
  - Emacs development:
    - [New package-quickstart feature in emacs 27] (https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=6dfdf0c9e8e4aca77b148db8d009c862389c64d3) ([Reddit] (https://reddit.com/r/emacs/comments/87g6yg/new_packagequickstart_feature_in_emacs_27/))
    - [Change the default value of nxml-sexp-element-flag.] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=02e4b05c9d274e278581e811a4e935f922db402b)
    - [New experimental variable read-integer-overflow-as-float.] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=c213f465ba8038ce93314b96fd53ec3e35d34609)
    - [Lisp reader now checks for integer overflow] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=6b3d01dad415230ad0bd0d01a05351d7a8b0e8c3)
    - [Support Capital sharp S in German input methods] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=3409fe0362c52127c52f854a7300f4dde4b8fffe)
    - [(benchmark-run-compiled): Make it work like 'benchmark-run' again] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=7bc31c1cd4b6a6eac0d29e31dbe3d208e2258ccf)
  - Org Mode:
    - [org-variable-pitch.el: variable-pitch in Org mode, but keeps indentation, lists and code blocks in monospace (screenshot in comments)] (https://github.com/cadadr/elisp/blob/master/org-variable-pitch.el) ([Reddit] (https://reddit.com/r/emacs/comments/8838hk/orgvariablepitchel_variablepitch_in_org_mode_but/))
  - Coding:
    - [Magit v2.12 released] (https://www.reddit.com/r/emacs/comments/884q3u/magit_v212_released/)
    - [Putting the I back in IDE: Jane St's emacs-based workflow for code review] (https://blog.janestreet.com/putting-the-i-back-in-ide-towards-a-github-explorer/) ([Reddit] (https://reddit.com/r/emacs/comments/88b51s/putting_the_i_back_in_ide_jane_sts_emacsbased/))
    - [PYNT (PYthon iNTeractive) - A minor mode for getting your code into a jupyter notebook.] (https://github.com/ebanner/pynt) ([Reddit] (https://reddit.com/r/emacs/comments/88ocrj/pynt_python_interactive_a_minor_mode_for_getting/))
    - [Irreal: A C++ Configuration for Emacs] (http://irreal.org/blog/?p=7063)
    - [find-file-in-project v5.6.0] (https://www.reddit.com/r/emacs/comments/88ifi9/findfileinproject_v560/)
    - [Bryan Murdock: Fixing xref-find-references] (http://bryan-murdock.blogspot.com/2018/03/fixing-xref-find-references.html)
  - Other:
    - [Emacs Powerpack -- Emacs installer for Windows] (https://www.reddit.com/r/emacs/comments/88k192/emacs_powerpack_emacs_installer_for_windows/)
    - [Asynchronous rsync with Emacs, dired and tramp.] (https://vxlabs.com/2018/03/30/asynchronous-rsync-with-emacs-dired-and-tramp/) ([Reddit] (https://reddit.com/r/emacs/comments/885fof/asynchronous_rsync_with_emacs_dired_and_tramp/))
    - [Wrote a function that implements toggle (repeat all and repeat one) in simple-mpc] (https://www.reddit.com/r/emacs/comments/884sge/wrote_a_function_that_implements_toggle_repeat/)
    - [outlook.el: Emacs package to send HTML emails in MS Outlook style] (https://github.com/asavonic/outlook.el) ([Reddit] (https://reddit.com/r/emacs/comments/87viwi/outlookel_emacs_package_to_send_html_emails_in_ms/))
  - New packages:
    - djangonaut <http://melpa.org/#/djangonaut>: Minor mode to interact with Django projects
    - symbolword-mode <http://melpa.org/#/symbolword-mode>: modify word split

  Links from [reddit.com/r/emacs] (http://reddit.com/r/emacs/new), [/r/orgmode] (http://reddit.com/r/orgmode), [/r/spacemacs] (http://reddit.com/r/spacemacs), [Hacker News] (https://hn.algolia.com/?query=emacs&sort=byDate&prefix&page=0&dateRange=all&type=story), [planet.emacsen.org] (http://planet.emacsen.org), [YouTube] (https://www.youtube.com/results?search_query=emacs&search_sort=video_date_uploaded), the changes to the [Emacs NEWS file] (http://git.savannah.gnu.org/cgit/emacs.git/log/etc/NEWS), and [emacs-devel] (http://lists.gnu.org/archive/html/emacs-devel/2018-04).


[-- Attachment #1.2: Type: text/html, Size: 5101 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: emacs-news.org --]
[-- Type: text/x-org; name=emacs-news.org, Size: 4166 bytes --]

* 2018-04-02 Emacs news
- Emacs Lisp:
  - [[https://www.wisdomandwonder.com/article/10755/emacsorg-mode-if-you-go-insane-trying-to-deal-with-lisp-code-squashed-into-one-line-then-read-on-to-see-the-fix][lispy-multiline, lispy-oneline - reformat Lisp expressions]]
- Emacs development:
  - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=6dfdf0c9e8e4aca77b148db8d009c862389c64d3][New package-quickstart feature in emacs 27]] ([[https://reddit.com/r/emacs/comments/87g6yg/new_packagequickstart_feature_in_emacs_27/][Reddit]])
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=02e4b05c9d274e278581e811a4e935f922db402b][Change the default value of nxml-sexp-element-flag.]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=c213f465ba8038ce93314b96fd53ec3e35d34609][New experimental variable read-integer-overflow-as-float.]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=6b3d01dad415230ad0bd0d01a05351d7a8b0e8c3][Lisp reader now checks for integer overflow]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=3409fe0362c52127c52f854a7300f4dde4b8fffe][Support Capital sharp S in German input methods]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=7bc31c1cd4b6a6eac0d29e31dbe3d208e2258ccf][(benchmark-run-compiled): Make it work like 'benchmark-run' again]]
- Org Mode:
  - [[https://github.com/cadadr/elisp/blob/master/org-variable-pitch.el][org-variable-pitch.el: variable-pitch in Org mode, but keeps indentation, lists and code blocks in monospace (screenshot in comments)]] ([[https://reddit.com/r/emacs/comments/8838hk/orgvariablepitchel_variablepitch_in_org_mode_but/][Reddit]])
- Coding:
  - [[https://www.reddit.com/r/emacs/comments/884q3u/magit_v212_released/][Magit v2.12 released]]
  - [[https://blog.janestreet.com/putting-the-i-back-in-ide-towards-a-github-explorer/][Putting the I back in IDE: Jane St's emacs-based workflow for code review]] ([[https://reddit.com/r/emacs/comments/88b51s/putting_the_i_back_in_ide_jane_sts_emacsbased/][Reddit]])
  - [[https://github.com/ebanner/pynt][PYNT (PYthon iNTeractive) - A minor mode for getting your code into a jupyter notebook.]] ([[https://reddit.com/r/emacs/comments/88ocrj/pynt_python_interactive_a_minor_mode_for_getting/][Reddit]])
  - [[http://irreal.org/blog/?p=7063][Irreal: A C++ Configuration for Emacs]]
  - [[https://www.reddit.com/r/emacs/comments/88ifi9/findfileinproject_v560/][find-file-in-project v5.6.0]]
  - [[http://bryan-murdock.blogspot.com/2018/03/fixing-xref-find-references.html][Bryan Murdock: Fixing xref-find-references]]
- Other:
  - [[https://www.reddit.com/r/emacs/comments/88k192/emacs_powerpack_emacs_installer_for_windows/][Emacs Powerpack -- Emacs installer for Windows]]
  - [[https://vxlabs.com/2018/03/30/asynchronous-rsync-with-emacs-dired-and-tramp/][Asynchronous rsync with Emacs, dired and tramp.]] ([[https://reddit.com/r/emacs/comments/885fof/asynchronous_rsync_with_emacs_dired_and_tramp/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/884sge/wrote_a_function_that_implements_toggle_repeat/][Wrote a function that implements toggle (repeat all and repeat one) in simple-mpc]]
  - [[https://github.com/asavonic/outlook.el][outlook.el: Emacs package to send HTML emails in MS Outlook style]] ([[https://reddit.com/r/emacs/comments/87viwi/outlookel_emacs_package_to_send_html_emails_in_ms/][Reddit]])
- New packages:
  - http://melpa.org/#/djangonaut: Minor mode to interact with Django projects
  - http://melpa.org/#/symbolword-mode: modify word split

Links from [[http://reddit.com/r/emacs/new][reddit.com/r/emacs]], [[http://reddit.com/r/orgmode][/r/orgmode]], [[http://reddit.com/r/spacemacs][/r/spacemacs]], [[https://hn.algolia.com/?query=emacs&sort=byDate&prefix&page=0&dateRange=all&type=story][Hacker News]], [[http://planet.emacsen.org][planet.emacsen.org]], [[https://www.youtube.com/results?search_query=emacs&search_sort=video_date_uploaded][YouTube]], the changes to the [[http://git.savannah.gnu.org/cgit/emacs.git/log/etc/NEWS][Emacs NEWS file]], and [[http://lists.gnu.org/archive/html/emacs-devel/2018-04][emacs-devel]].


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-02  6:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-02  6:37 2018-04-02 Emacs news Sacha Chua

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).