unofficial mirror of emacs-tangents@gnu.org
 help / color / mirror / Atom feed
* 2017-02-06 Emacs News
@ 2017-02-07  5:50 Sacha Chua
  0 siblings, 0 replies; only message in thread
From: Sacha Chua @ 2017-02-07  5:50 UTC (permalink / raw)
  To: emacs-tangents


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

2017-02-06 Emacs News
=====================

  - Emacs Lisp:
    - [Opening parenthesis at the line beginning] (http://mbork.pl/2017-02-05_Opening_parenthesis_at_the_line_beginning)
    - [How to Write Fast(er) Emacs Lisp] (http://nullprogram.com/blog/2017/01/30/) ([Reddit] (https://www.reddit.com/r/emacs/comments/5r8qqr/how_to_write_faster_emacs_lisp/))
    - [Current Emacs version] (http://mbork.pl/2017-01-30_Current_Emacs_version)
    - [Async/Await for Emacs] (https://github.com/chuntaro/emacs-async-await)
    - [Tailoring the built-in Emacs Mode line] (http://www.holgerschurig.de/en/emacs-tayloring-the-built-in-mode-line/)
    - [Emacs Lisp (13:30)] (https://www.youtube.com/watch?v=m_Oj_6Bjryw) - French
  - Emacs development:
    - [FUSE filesystems in Emacs Lisp] (https://github.com/vkazanov/elfuse) ([Reddit] (https://www.reddit.com/r/emacs/comments/5r73jo/fuse_filesystems_in_emacs_lisp/))
    - [Discussion on using CEDET modules from Emacs] (http://lists.gnu.org/archive/html/emacs-devel/2017-02/msg00161.html)
  - Coding:
    - [cbox -- Comment block editing for C like languages] (https://www.reddit.com/r/emacs/comments/5roq5l/cbox_comment_block_editing_for_c_like_languages/)
  - Org Mode:
    - [Copy snippet in org-mode template block to system clipboard] (https://www.reddit.com/r/emacs/comments/5rwe1h/copy_snippet_in_orgmode_template_block_to_system/)
    - [How to do structured search on thousands of org-syntax files?] (https://www.reddit.com/r/emacs/comments/5rsxua/how_to_do_structured_search_on_thousands_of/)
    - [MobileOrg for iOS has just been updated!] (https://i.reddituploads.com/fb2427f6289a4f58b22d2192f37d37d6?fit=max&h=1536&w=1536&s=0ac256a4f8597c826507b54d0bab4425) ([Reddit] (https://www.reddit.com/r/emacs/comments/5r9ynj/mobileorg_for_ios_has_just_been_updated/))
    - [how get started with orgmode for write scientific papers?] (https://www.reddit.com/r/orgmode/comments/5rivn7/how_get_started_with_orgmode_for_write_scientific/)
  - Input devices:
    - [Adventures in hardware hacking: adding foot pedal support to emacs] (http://www.blogbyben.com/2017/01/adventures-in-hardware-hacking-adding.html)
    - [Keyboard recommendation?] (https://www.reddit.com/r/emacs/comments/5s306p/keyboard_recommendation/)
    - [An Unexpected Toolbox for a Beginner Programmer: Emacs-Colemak-SandS and why do I use this combination] (https://thisissavo.github.io/programming/music/2017/02/03/an-unexpected-toolbox-for-a-beginner-programmer.html) ([Reddit] (https://www.reddit.com/r/emacs/comments/5rw8zy/an_unexpected_toolbox_for_a_beginner_programmer/))
  - Other:
    - [Automatic language detection for Flyspell] (http://manuel-uberti.github.io/emacs/2017/02/04/guess-language/) - guess-language
    - [Customise the reply quote string in mu4e] (http://pragmaticemacs.com/emacs/customise-the-reply-quote-string-in-mu4e/)
    - [My first package: emacs-hacker-typer] (https://github.com/therockmandolinist/emacs-hacker-typer) ([Reddit] (https://www.reddit.com/r/emacs/comments/5sa084/my_first_package_emacshackertyper/))
    - [Nice hydra to set frame transparency] (https://www.reddit.com/r/emacs/comments/5rnpsm/nice_hydra_to_set_frame_transparency/)
    - [An argument for Emacs] (http://www.gkayaalp.com/emacs-argument.html)
    - [Show HN: Personal finance with 'hledger' in Emacs] (https://news.ycombinator.com/item?id=13566147)
  - Other projects:
    - [These Weeks in Remacs] (http://wilfred.me.uk/blog/2017/02/05/these-weeks-in-remacs/)

  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/2017-02/).

  [Past Emacs News round-ups] (http://sachachua.com/blog/category/emacs-news)


[-- Attachment #1.2: Type: text/html, Size: 5079 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: 4116 bytes --]

* 2017-02-06 Emacs News
- Emacs Lisp:
  - [[http://mbork.pl/2017-02-05_Opening_parenthesis_at_the_line_beginning][Opening parenthesis at the line beginning]]
  - [[http://nullprogram.com/blog/2017/01/30/][How to Write Fast(er) Emacs Lisp]] ([[https://www.reddit.com/r/emacs/comments/5r8qqr/how_to_write_faster_emacs_lisp/][Reddit]])
  - [[http://mbork.pl/2017-01-30_Current_Emacs_version][Current Emacs version]]
  - [[https://github.com/chuntaro/emacs-async-await][Async/Await for Emacs]]
  - [[http://www.holgerschurig.de/en/emacs-tayloring-the-built-in-mode-line/][Tailoring the built-in Emacs Mode line]]
  - [[https://www.youtube.com/watch?v=m_Oj_6Bjryw][Emacs Lisp (13:30)]] - French
- Emacs development:
  - [[https://github.com/vkazanov/elfuse][FUSE filesystems in Emacs Lisp]] ([[https://www.reddit.com/r/emacs/comments/5r73jo/fuse_filesystems_in_emacs_lisp/][Reddit]])
  - [[http://lists.gnu.org/archive/html/emacs-devel/2017-02/msg00161.html][Discussion on using CEDET modules from Emacs]]
- Coding:
  - [[https://www.reddit.com/r/emacs/comments/5roq5l/cbox_comment_block_editing_for_c_like_languages/][cbox -- Comment block editing for C like languages]]
- Org Mode:
  - [[https://www.reddit.com/r/emacs/comments/5rwe1h/copy_snippet_in_orgmode_template_block_to_system/][Copy snippet in org-mode template block to system clipboard]]
  - [[https://www.reddit.com/r/emacs/comments/5rsxua/how_to_do_structured_search_on_thousands_of/][How to do structured search on thousands of org-syntax files?]]
  - [[https://i.reddituploads.com/fb2427f6289a4f58b22d2192f37d37d6?fit=max&h=1536&w=1536&s=0ac256a4f8597c826507b54d0bab4425][MobileOrg for iOS has just been updated!]] ([[https://www.reddit.com/r/emacs/comments/5r9ynj/mobileorg_for_ios_has_just_been_updated/][Reddit]])
  - [[https://www.reddit.com/r/orgmode/comments/5rivn7/how_get_started_with_orgmode_for_write_scientific/][how get started with orgmode for write scientific papers?]]
- Input devices:
  - [[http://www.blogbyben.com/2017/01/adventures-in-hardware-hacking-adding.html][Adventures in hardware hacking: adding foot pedal support to emacs]]
  - [[https://www.reddit.com/r/emacs/comments/5s306p/keyboard_recommendation/][Keyboard recommendation?]]
  - [[https://thisissavo.github.io/programming/music/2017/02/03/an-unexpected-toolbox-for-a-beginner-programmer.html][An Unexpected Toolbox for a Beginner Programmer: Emacs-Colemak-SandS and why do I use this combination]] ([[https://www.reddit.com/r/emacs/comments/5rw8zy/an_unexpected_toolbox_for_a_beginner_programmer/][Reddit]])
- Other:
  - [[http://manuel-uberti.github.io/emacs/2017/02/04/guess-language/][Automatic language detection for Flyspell]] - guess-language
  - [[http://pragmaticemacs.com/emacs/customise-the-reply-quote-string-in-mu4e/][Customise the reply quote string in mu4e]]
  - [[https://github.com/therockmandolinist/emacs-hacker-typer][My first package: emacs-hacker-typer]] ([[https://www.reddit.com/r/emacs/comments/5sa084/my_first_package_emacshackertyper/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/5rnpsm/nice_hydra_to_set_frame_transparency/][Nice hydra to set frame transparency]]
  - [[http://www.gkayaalp.com/emacs-argument.html][An argument for Emacs]]
  - [[https://news.ycombinator.com/item?id=13566147][Show HN: Personal finance with 'hledger' in Emacs]]
- Other projects:
  - [[http://wilfred.me.uk/blog/2017/02/05/these-weeks-in-remacs/][These Weeks in Remacs]]

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/2017-02/][emacs-devel]].

[[http://sachachua.com/blog/category/emacs-news][Past Emacs News round-ups]]


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

only message in thread, other threads:[~2017-02-07  5:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-07  5:50 2017-02-06 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).