<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

<channel>
<title>GNU Support</title>
<description>GNU Support</description>
<link>https://gnu.support</link>
<language>en</language>
<generator>RCD Website Revision System 0.91</generator>
<copyright>All copyrights reserved</copyright>
<lastBuildDate>Mon, 22 Mar 2021 17:09:11 GMT</lastBuildDate>
<pubDate>Thu, 22 Apr 2021 13:41:07 +0300</pubDate>
<atom:link href="https://gnu.support/rss.xml" rel="self" type="application/rss+xml"/>

<item>
<title>How to insert new line in Emacs editor?</title>
<link>https://gnu.support/gnu-emacs/How-to-insert-new-line-in-Emacs-editor.html</link>
<description>Several few ways are explained here on how to insert a new line before the current line while editing text with Emacs editor.</description>
<guid>https://gnu.support/gnu-emacs/How-to-insert-new-line-in-Emacs-editor.html</guid>
<pubDate>Mon, 22 Mar 2021 19:33:11 GMT</pubDate>
</item>

<item>
<title>GNU Emacs package: rcd-utilities.el </title>
<link>https://gnu.support/gnu-emacs/packages/rcd-utilities-el.html</link>
<description>The GNU Emacs package rcd-utilities.el contains basic Emacs Lisp utilities used by other packages that we are publishing here @ GNU.Support</description>
<guid>https://gnu.support/gnu-emacs/packages/rcd-utilities-el.html</guid>
<pubDate>Thu, 22 Apr 2021 08:09:09 GMT</pubDate>
</item>

<item>
<title>What is wrong with MELPA on Microsoft Github?</title>
<link>https://gnu.support/gnu-emacs/What-is-wrong-with-MELPA-on-Microsoft-Github.html</link>
<description>2020-10-19 This article will tell what is wrong with MELPA as repository of packages for GNU Emacs. It coerces both developers and free software users to use the proprietary Javascript on Microsoft Github, it allows any type of software even if such software is to guide users to use proprietary software, and it lacks basics of any security in software distribution, packages are unsigned, in fact, the continuous build system does not verify packages for security issues, it is an automated machine for distribution of software that lacks care for users.</description>
<guid>https://gnu.support/gnu-emacs/What-is-wrong-with-MELPA-on-Microsoft-Github.html</guid>
<pubDate>Mon, 19 Oct 2020 14:19:14 GMT</pubDate>
</item>

<item>
<title>GNU Emacs Packages @ gnu.support</title>
<link>https://gnu.support/gnu-emacs/packages/index.html</link>
<description>At this category of a website we will be publishing various useful GNU Emacs package, be it ours, or from third parties.</description>
<guid>https://gnu.support/gnu-emacs/packages/index.html</guid>
<pubDate>Mon, 22 Mar 2021 17:43:01 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: number-to-words-clisp and number-to-words functions using CLISP to get cardinal English numbers</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-number-to-words-clisp-and-number-to-words-functions-using-CLISP-to-get-cardinal-English-numbers.html</link>
<description>Emacs Lisp does not have a built in function as Common Lisp to quickly return cardinal English numbers in words, so this function uses the external program CLISP or GNU Common Lisp to get the representation. Then a number 4 can be converted to word &quot;four&quot;</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-number-to-words-clisp-and-number-to-words-functions-using-CLISP-to-get-cardinal-English-numbers.html</guid>
<pubDate>Tue, 13 Oct 2020 10:45:19 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: Tihs is itneretsing ftuncion taht wlil scarmble the txet in scuh a manenr taht it stlil ramiens readable. </title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-Tihs-is-itneretsing-ftuncion-taht-wlil-scarmble-the-txet-in-scuh-a-manenr-taht-is-stlil-ramiens-readable.html</link>
<description>This interesting Emacs Lisp function in scrambling text in such a manner that it still remains readable, so called jumbled letters. Use GNU Emacs to send funny text to your friends.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-Tihs-is-itneretsing-ftuncion-taht-wlil-scarmble-the-txet-in-scuh-a-manenr-taht-is-stlil-ramiens-readable.html</guid>
<pubDate>Tue, 13 Oct 2020 10:52:33 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: kdeconnect-sms-send or sending SMS straight from Emacs</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-kdeconnect-sms-send-or-sending-SMS-straight-from-Emacs.html</link>
<description>kdeconnect is great program to connect various mobile devices and computers. It works well between mobile devices as well. Emacs as text editor functions as advanced programmable framework that allows users to do just anything with programming language Emacs Lisp allows. Example is that Emacs could be converted into SMS gateway for marketing purposes. Only the concepts are described here.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-kdeconnect-sms-send-or-sending-SMS-straight-from-Emacs.html</guid>
<pubDate>Tue, 13 Oct 2020 10:44:52 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: renumber-files, rename bunch of file names in Dired by date and number</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-renumber-files-rename-bunch-of-file-names-in-Dired-by-date-and-number.html</link>
<description>
This function works within Dired or Directory Editor in GNU Emacs. It will rename bunch of files and renumber them automatically by date and number of the file. It is useful when you are renaming less important images or bunch of files with irrelevant file names.
</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-renumber-files-rename-bunch-of-file-names-in-Dired-by-date-and-number.html</guid>
<pubDate>Tue, 13 Oct 2020 09:10:34 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: remove-emails, function for mutt email client to anonymize forwarded messages</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-remove-emails-function-for-mutt-email-client-to-anonymize-forwarded-messages.html</link>
<description>This function is helpful when writing emails with mutt or maybe other email clients that are using Emacs editor for text or mail message composition. It removes all emails displayed from buffer. At some occasions user may want to forward email messages from other people without revealing their email addresses. The mutt email client usually displayes email addresses in this format and all such addresses may be easily removed with this interactive command.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-remove-emails-function-for-mutt-email-client-to-anonymize-forwarded-messages.html</guid>
<pubDate>Tue, 13 Oct 2020 09:02:33 GMT</pubDate>
</item>

<item>
<title>Ludovic Courtès (Guix) is accusing Stallman of Thoughtcrime on his own domain GNU.org</title>
<link>https://gnu.support/richard-stallman/Ludovic-Courtès-Guix-is-accusing-Stallman-of-Thoughtcrime-on-his-own-domain-GNU-org.html</link>
<description>Ludovic Courtès (Guix) is accusing Stallman of Thoughtcrime. By using the same platform that was provided to him by chief gnuissance Dr. Richard Stallman, the subdomain guix.gnu.org on gnu.org domain, Ludovic Courtès is defaming and harassing Stallman for reasons of thoughtcrime (see the book 1984). By that same act Ludovic Courtès abuses Guix code of conduct and kind communication guidelines as set in the community. Hatred, animosity and separation are products of Ludovic Courtès in October 2019.</description>
<guid>https://gnu.support/richard-stallman/Ludovic-Courtès-Guix-is-accusing-Stallman-of-Thoughtcrime-on-his-own-domain-GNU-org.html</guid>
<pubDate>Thu, 22 Apr 2021 10:40:44 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: Record voice notes within GNU Emacs</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-Record-voice-notes-within-GNU-Emacs.html</link>
<description>Sometimes you have no time to write and maybe you are talking or maybe you simply wish to record a voice note. Maybe you wish to send a voice message to somebody by email. Just use the `record-voice-note` function and it will invoke the shell command `rec` from SOX sound tools system package. Yes, you must have it or this will not work. It will record a sound note and open it in Dired. Press `q` to finish recording the sound.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-Record-voice-notes-within-GNU-Emacs.html</guid>
<pubDate>Fri, 10 Jul 2020 09:35:19 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: age</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-age.html</link>
<description>Returns the age of people by using the PostgreSQL. It is very usable to find the age of children, relatives, friends.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-age.html</guid>
<pubDate>Mon, 20 Apr 2020 07:29:37 GMT</pubDate>
</item>

<item>
<title>Initial Announcement</title>
<link>https://gnu.support/gnu/Initial-Announcement.html</link>
<description>This is the original announcement of the GNU Project, posted by Richard Stallman on September 27, 1983. The actual history of the GNU Project differs in many ways from this initial plan. For example, the beginning was delayed until January 1984. Several of the philosophical concepts of free software were not clarified until a few years later.</description>
<guid>https://gnu.support/gnu/Initial-Announcement.html</guid>
<pubDate>Thu, 17 Oct 2019 20:39:50 GMT</pubDate>
</item>

<item>
<title>GNU Kind Communications Guidelines</title>
<link>https://gnu.support/philosophy/GNU-Kind-Communications-Guidelines.html</link>
<description>The GNU Project encourages contributions from anyone who wishes to advance the development of the GNU system, regardless of gender, race, ethnic group, physical appearance, religion, cultural background, and any other demographic characteristics, as well as personal political views. People are sometimes discouraged from participating in GNU development because of certain patterns of communication that strike them as unfriendly, unwelcoming, rejecting, or harsh. This discouragement particularly affects members of disprivileged demographics, but it is not limited to them. Therefore, we ask all contributors to make a conscious effort, in GNU Project discussions, to communicate in ways that avoid that outcome—to avoid practices that will predictably and unnecessarily risk putting some contributors off.</description>
<guid>https://gnu.support/philosophy/GNU-Kind-Communications-Guidelines.html</guid>
<pubDate>Thu, 17 Oct 2019 20:39:48 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: calculate interest rates on accrued HYIP investments</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-calculate-interest-rates-on-accrued-HYIP-investments.html</link>
<description>HYIP is High Yield Investment Program, a kind of a fraudulent scheme. We are not promoting such scheme rather dis-advising people who get caught by the greed and possibility to earn high income within few days. Sometimes the &quot;yield&quot; may be as much as 5% per week and more. And people investing into the HYIP or High Yield Investment Programs believe the nonsense. This Emacs Lisp function can demonstrate what money could the company earn would they be collecting money themselves, without asking public to receive more and more investments. Calculate yourself and compare it logically, and you will come to conclusion that a company offering that high interest rates would never ask public for new investments, they could be earning it themselves without sharing with anybody.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-calculate-interest-rates-on-accrued-HYIP-investments.html</guid>
<pubDate>Mon, 09 Sep 2019 06:44:31 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: ffmpeg-cut-dired</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-ffmpeg-cut-dired.html</link>
<description>This function is used with Dired within Emacs to cut video files from specific begin time for specific duration. Files are cut and saved in the directory. This may be handy to use your Emacs editor as movie editor application.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-ffmpeg-cut-dired.html</guid>
<pubDate>Mon, 16 Sep 2019 15:14:00 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: 𝕸𝖆𝖙𝖍𝖊𝖒𝖆𝖙𝖎𝖈𝖆𝖑 𝕴𝖓𝖕𝖚𝖙 𝕸𝖊𝖙𝖍𝖔𝖉</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-𝕸𝖆𝖙𝖍𝖊𝖒𝖆𝖙𝖎𝖈𝖆𝖑-𝕴𝖓𝖕𝖚𝖙-𝕸𝖊𝖙𝖍𝖔𝖉.html</link>
<description>This is 𝖒𝖆𝖙𝖍𝖊𝖒𝖆𝖙𝖎𝖈𝖆𝖑 𝖎𝖓𝖕𝖚𝖙 𝖒𝖊𝖙𝖍𝖔𝖉 for 𝕲𝕹𝖀 𝕰𝖒𝖆𝖈𝖘. If you wish to write with 𝖙𝖍𝖆𝖙 𝖙𝖞𝖕𝖊 𝖔𝖋 𝖑𝖊𝖙𝖙𝖊𝖗𝖘, 𝖞𝖔𝖚 𝖏𝖚𝖘𝖙 𝖑𝖔𝖆𝖉 𝖙𝖍𝖎𝖘 𝖋𝖎𝖑𝖊.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-𝕸𝖆𝖙𝖍𝖊𝖒𝖆𝖙𝖎𝖈𝖆𝖑-𝕴𝖓𝖕𝖚𝖙-𝕸𝖊𝖙𝖍𝖔𝖉.html</guid>
<pubDate>Sat, 24 Aug 2019 01:02:09 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: input method for ⒸⒾⓇⒸⓁⒺⒹ letters</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-input-method-for-ⒸⒾⓇⒸⓁⒺⒹ-letters.html</link>
<description>This enables easy writing of ⒸⒾⓇⒸⓁⒺⒹ letters with GNU Emacs text editor.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-input-method-for-ⒸⒾⓇⒸⓁⒺⒹ-letters.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: input method for ＦＵＬＬＷＩＤＴＨ ＬＡＴＩＮ ＬＥＴＴＥＲＳ</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-input-method-for-ＦＵＬＬＷＩＤＴＨ-ＬＡＴＩＮ-ＬＥＴＴＥＲＳ.html</link>
<description>This is input method for ＦＵＬＬＷＩＤＴＨ ＬＡＴＩＮ ＬＥＴＴＥＲＳ for easy writing whenever necessary.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-input-method-for-ＦＵＬＬＷＩＤＴＨ-ＬＡＴＩＮ-ＬＥＴＴＥＲＳ.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: The iota function for number ranges in Emacs Lisp</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-The-iota-function-for-number-ranges-in-Emacs-Lisp.html</link>
<description>This is the iota function that I had to make today. I have shamelessly borrowed the description from Guile reference manual on iota function from SRFI-1 and tried to make it compliant. I guess this could be done more elegantly. For me is important that it gives me the same result as intended.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-The-iota-function-for-number-ranges-in-Emacs-Lisp.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: dig-txt and dig-txt-short as small extensions `dig` function</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-dig-txt-and-dig-txt-short-as-small-extensions-dig-function.html</link>
<description>Extending the GNU Emacs built-in `dig` function is very easy with `C-h f` and function name and then inspecting how to make your extension. In this case `dig` is looking for text records which may be suitable to inspect SPF and other related DNS records.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-dig-txt-and-dig-txt-short-as-small-extensions-dig-function.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: strip-html by Sacha Chua, remove those tags!</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-strip-html-by-Sacha-Chua-remove-those-tags.html</link>
<description>Sacha Chua is wonderful woman that likes GNU Emacs, notes, she has her thoughts well organized and lives a happy life. Once I had to find the strip-html function and it was just there, on her website, thank you Sacha!</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-strip-html-by-Sacha-Chua-remove-those-tags.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: join-lines function</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-join-lines-function.html</link>
<description>When there is need to join the lines, this handy function helps me in editing those formatted and wrapped lines into one single joined line.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-join-lines-function.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: quick publishing of Emacs Lisp function to Internet</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-quick-publishing-of-Emacs-Lisp-function-to-Internet.html</link>
<description>This is new Emacs Lisp function invented on 2019-07-15 that I am using to publish Emacs Lisp functions to Internet on my gnu.support website. It may not mean much to you as you are not using the PostgreSQL database for WRS or Website Revision System. If you do have a website, you could adapt this function to your own needs and quickly publish functions to Internet without thinking. Forget about those third party websites, just host yourself web pages.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-quick-publishing-of-Emacs-Lisp-function-to-Internet.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>GNU.Support - podrška za korištenje GNU operativnog sistema i softverskih alata</title>
<link>https://gnu.support/sh/index.html</link>
<description>GNU.Support je jedinstven i međunarodni website koji vodi firma RCD Wealth i putem kojeg se pruža podrška za korištenje GNU operativnog sistema, instaliranje i korištenje Linux jezgre, korištenje softverskih alata i instaliranje GNU/Linux distribucija. Tu se vode i tečajevi programiranja ili kursevi programiranja sa svrhom stvaranja boljeg života i zarade.</description>
<guid>https://gnu.support/sh/index.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>makemime.lisp - creates the multipart/alternative MIME message by using Courier MTA&apos;s makemime tool and sends it by using sendmail</title>
<link>https://gnu.support/software/rcd-business/load/makemime.lisp.html</link>
<description>makemime.lisp is small peace of software that creates the multipart/alternative message by using the Courier MTA&apos;s excellent command line tool makemime and sendmail. This piece of software basically replaces in RCD Business the need for cl-sendmail or cl-smtp yet it is effective and fast.</description>
<guid>https://gnu.support/software/rcd-business/load/makemime.lisp.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Why do &quot;suits&quot; who are high-volume email users prefer Outlook over mutt?</title>
<link>https://gnu.support/faq/Why-do-suits-who-are-high-volume-email-users-prefer-Outlook-over-mutt.html</link>
<description>Suites don&apos;t have time for learning. And use Windows, ahhh. Give me few hours with any of them, and there will be efficiency demonstrated like they have never seen before. All by using mutt email client. Including any kind of calendaring, reminding, and so on.</description>
<guid>https://gnu.support/faq/Why-do-suits-who-are-high-volume-email-users-prefer-Outlook-over-mutt.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: using mutt within GNU Emacs under ansi-term</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-using-mutt-within-GNU-Emacs-under-ansi-term.html</link>
<description>This function requires some modifications for your own usage. As small script has to be setup to run the mutt directly with the `ansi-term` function. The script named `emacs-mutt.sh` is executed under ansi-term emulation within GNU Emacs. Editor is set to emacsclient so that all editing takes place within the GNU Emacs. Configuration files without special colors are chosen.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-using-mutt-within-GNU-Emacs-under-ansi-term.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: quickly insert Openstreetmap location link</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-quickly-insert-Openstreetmap-location-link.html</link>
<description>This function asks the user for location, opens the Openstreetmap and inserts the link into buffer. Imagine you wish to tell your friends where you are located, so you need to give them some pointers.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-quickly-insert-Openstreetmap-location-link.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>RCD Business - Software to Generate Wealth</title>
<link>https://gnu.support/software/rcd-business/index.html</link>
<description>RCD Business is software to generate wealth. It is based on RCD principles of Reach, Connect, Deliver, the RCD formula to generate wealth and it is the formula of implementation of wealth generation plan. The software consists of 3 parts, the website revision system generating static websites with dynamic inclusions, the customer relationship management and enterprise resource planning software. It has been devised for Internet and online based companies usually registered offshore and being free of oppressive governmental regulations.</description>
<guid>https://gnu.support/software/rcd-business/index.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Why should computer science students use GNU/Linux?</title>
<link>https://gnu.support/articles/Why-should-computer-science-students-use-GNU-Linux.html</link>
<description>My teacher often advises me to use Linux. And so I installed VMware, and I have played around with Ubuntu terminal for like several days. However, I still don&apos;t know what is so special about Linux that computer science students should be familiar with it. </description>
<guid>https://gnu.support/articles/Why-should-computer-science-students-use-GNU-Linux.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Programming with Free Software</title>
<link>https://gnu.support/programming/index.html</link>
<description>Free Software with its free licenses such as GNU General Public License and others, gives programmers freedom to program and create new software. Plethora of programming languages is available such as Lisp and Common Lisp, Perl, Python, Ruby, C programming language and many others. Once you have an opportunity to learn a programming language, you should start. You don&apos;t need more than few hours to grasp the basics of programming and to create some first mathematical and textual interactions. It may be very useful to you. Each individual and each business may be assisted by few programs. And everybody can learn how to program.</description>
<guid>https://gnu.support/programming/index.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: Azбukцeдa or azbukceda is a new mixture of cyrillic and latin alphabet as used in Bosnia and Herzegovina.</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-Azбukцeдa-or-azbukceda-is-a-new-mixture-of-cyrillic-and-latin-alphabet-as-used-in-Bosnia-and-Herzegovina.html</link>
<description>Azбukцeдa or azbukceda is a new mixture of cyrillic and latin alphabet as used in Bosnia and Herzegovina. It is mixture that is readable by every citizen of the country. Instead of using two alphabets the members of the society Eko Kultura speak and write in one united alphabet named azbukceda. This is new Emacs Lisp input method to write Azбukцeдa.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-Azбukцeдa-or-azbukceda-is-a-new-mixture-of-cyrillic-and-latin-alphabet-as-used-in-Bosnia-and-Herzegovina.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>I have a 2 TB Hard drive (mostly used) and wish to install a Linux “distro” too along with of Windows (already installed), what do you recommend?</title>
<link>https://gnu.support/articles/I-have-a-2-TB-Hard-drive-mostly-used-and-wish-to-install-a-Linux-distro-too-along-with-of-Windows-already-installed-what-do-you-recommend.html</link>
<description>So should I run them both as a dual boot, maybe use virtual box, or perhaps get an SSD?</description>
<guid>https://gnu.support/articles/I-have-a-2-TB-Hard-drive-mostly-used-and-wish-to-install-a-Linux-distro-too-along-with-of-Windows-already-installed-what-do-you-recommend.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Questions and Answers</title>
<link>https://gnu.support/questions-and-answers/index.html</link>
<description>Questions and Answers by and with GNU.Support, Mr. Jean Louis answering questions and comments from website visitors. All about GNU Emacs, Programming, opening up new computer clubs, federated social networks, Emacs Lisp, teaching children and youth how to program, helping government officers, schools and universities to implement free software, installations of GNU Health for hospitals, promotion of free software and programming</description>
<guid>https://gnu.support/questions-and-answers/index.html</guid>
<pubDate>Tue, 20 Aug 2019 13:23:49 GMT</pubDate>
</item>

<item>
<title>Central Files: creating the countries table for the SQL database</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/central-files/Central-Files-creating-the-countries-table-for-the-SQL-database.html</link>
<description>Here we are creating the `countries` table. Contacts are related to countries. Central Files is management of personal information. Any information that belongs to any person is managed in Central Files. Everything relating to communication with any person that ever contacted the organization is managed in such collection. Central Files may be managed within the GNU Emacs editor and computer operating environment.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/central-files/Central-Files-creating-the-countries-table-for-the-SQL-database.html</guid>
<pubDate>Tue, 20 Aug 2019 13:23:44 GMT</pubDate>
</item>

<item>
<title>Central Files: meta_fields table</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/central-files/Central-Files-meta-fields-table.html</link>
<description>Central Files is management of personal information. Any information that belongs to any person is managed in Central Files. Everything relating to communication with any person that ever contacted the organization is managed in such collection. The table `meta_fields` is necessary requirement for Gedafe generic database frontend. We may have use of it.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/central-files/Central-Files-meta-fields-table.html</guid>
<pubDate>Tue, 20 Aug 2019 13:23:39 GMT</pubDate>
</item>

<item>
<title>Central Files: Preparing the GNU Emacs skeleton for PostgreSQL tables</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/central-files/Central-Files-Preparing-the-GNU-Emacs-skeleton-for-PostgreSQL-tables.html</link>
<description>To easier create PostgreSQL database tables for personal information management system by the name Central Files we will use the built-in GNU Emacs feature named Skeleton.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/central-files/Central-Files-Preparing-the-GNU-Emacs-skeleton-for-PostgreSQL-tables.html</guid>
<pubDate>Tue, 20 Aug 2019 13:23:42 GMT</pubDate>
</item>

<item>
<title>Central Files: meta_tables</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/central-files/Central-Files-meta-tables.html</link>
<description>Central Files is management of personal information. Any information that belongs to any person is managed in Central Files. Everything relating to communication with any person that ever contacted the organization is managed in such collection. The table `meta_tables` may help us in future to indicate if such table need to be hidden or handled in special manner.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/central-files/Central-Files-meta-tables.html</guid>
<pubDate>Tue, 20 Aug 2019 13:23:40 GMT</pubDate>
</item>

<item>
<title>Central Files - management of personal information</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/central-files/index.html</link>
<description>Central Files is management of personal information. Any information that belongs to any person is managed in Central Files. Everything relating to communication with any person that ever contacted the organization is managed in such collection. It could be paper base. Today, computers are used to manage such information in databases. It is my opinion that every person shall be able to design the database as they think it gives them most benefits. The pages about Central Files will hopefully help GNU Emacs users to design their own relational databases and edit information in a quick and efficient manner thus increasing productivity and communication quality and speed with related persons.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/central-files/index.html</guid>
<pubDate>Tue, 20 Aug 2019 13:26:10 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: opening media files straight from GNU Emacs Dired mode by using xdg-open</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-opening-media-files-straight-from-GNU-Emacs-Dired-mode-by-using-xdg-open.html</link>
<description>This is my personal GNU Emacs Dired setup on the V key that helps me to quickly open media files or external viewers by using xdg-open and EMMS the Emacs Multimedia System.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-opening-media-files-straight-from-GNU-Emacs-Dired-mode-by-using-xdg-open.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: mark HTML on the web page and convert it quickly to Markdown format</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-mark-HTML-on-the-web-page-and-convert-it-quickly-to-Markdown-format.html</link>
<description>Emacs Lisp: mark HTML on the web page and convert it quickly to Markdown format. This function needs your own customizations. You would mark the HTML on a web page within your browser. Then you run the Emacs Lisp function and the clipboard is converted into Markdown file. The file is opened for further editing and saved for future just as a note.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-mark-HTML-on-the-web-page-and-convert-it-quickly-to-Markdown-format.html</guid>
<pubDate>Wed, 17 Jul 2019 00:57:54 GMT</pubDate>
</item>

<item>
<title>The Guile Programming Resources</title>
<link>https://gnu.support/gnu-guile-programming-language/index.html</link>
<description>The GNU Guile is programming language and collection of programming languages, it even represents the implementation of Emacs Lisp, imagine! It is full of resources and excellent for everybody to learn this Lisp dialect.</description>
<guid>https://gnu.support/gnu-guile-programming-language/index.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: switch-to-scratch and return back to previous buffer</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-switch-to-scratch-and-return-back-to-previous-buffer.html</link>
<description>This function is using register 100 to `switch-to-scratch` and remembers where to return back. Global key binding is Hyper key and 8 and once in the `*scratch*` buffer, the local key binding is to return back to previous buffer.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-switch-to-scratch-and-return-back-to-previous-buffer.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: stockpile.el calculates volumes of stockpiles, heaps, piles, mounds</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-stockpile-el-calculates-volumes-of-stockpiles-heaps-piles-mounds.html</link>
<description>This set of function is calculating stockpile volumes depending of sizes of piles, mounds, or heaps. Engineers may be able to dissect various parts of stockpiles and then calculate their volumes by using these functions.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-stockpile-el-calculates-volumes-of-stockpiles-heaps-piles-mounds.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: mkdatedir works in Dired and quickly creates directory by date</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-mkdatedir-works-in-Dired-and-quickly-creates-directory-by-date.html</link>
<description>Sorting files is one of tedious jobs we all do on the computer. Sorting is often best done chronologically by dates. Thus function creates directory within GNU Emacs Lisp, usually within Dired listings. Sort files by groups, people, and dates.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-mkdatedir-works-in-Dired-and-quickly-creates-directory-by-date.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: emacs-org-to-html.el on command line, convert your Org files on command line to HTML output</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-emacs-org-to-html-el-on-command-line-convert-your-Org-files-on-command-line-to-HTML-output.html</link>
<description>This is one way of converting the Org files on command line to HTML output. This is script that shall be made executable with chmod +x and it runs on command line. It may be used in website revision systems to feed Org input and get the HTML output. It could redirect to HTML file quickly, without launching full GNU Emacs. You may see inside that one function is to output full HTML and other only the body of the HTML. This is for those people who need to use templates.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-emacs-org-to-html-el-on-command-line-convert-your-Org-files-on-command-line-to-HTML-output.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: use speech on your computer by using festival.el and Festival Speech system</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-use-speech-on-your-computer-by-using-festival-el-and-Festival-Speech-system.html</link>
<description>Festival already has its GNU Emacs Support, just install festival package in your GNU/Linux distribution and you will gain soon functions to output speech. Yes, instead of messages in your Emacs minibuffer, now you can hear the real speech and in several languages. Emacs could thus remind you of new emails or new messages coming and it could tell you about finished tasks or commands. Sounds nice?</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-use-speech-on-your-computer-by-using-festival-el-and-Festival-Speech-system.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: read-from-buffer versus read-from-minibuffer, returns string from editing</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-read-from-buffer-versus-read-from-minibuffer-returns-string-from-editing.html</link>
<description>As I am often editing database fields, and such fields could represent Org Mode or Markdown documents, this function is handy to quickly edit the string and return it back. It has no version control, thus I must take care what I am doing and how I am editing the string. As if something is lost, is lost forever. Unlike the read-from-minibuffer function, this one will open full editing buffer. If I switch the mode I have to use C-M-c option to return back.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-read-from-buffer-versus-read-from-minibuffer-returns-string-from-editing.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Words to Avoid (or Use with Care) in Free Software Community</title>
<link>https://gnu.support/gnu-philosophy/words-to-avoid.html</link>
<description>There are a number of words and phrases that we recommend avoiding, or avoiding in certain contexts and usages. Some are ambiguous or misleading; others presuppose a viewpoint that we disagree with, and we hope you disagree with it too.</description>
<guid>https://gnu.support/gnu-philosophy/words-to-avoid.html</guid>
<pubDate>Mon, 15 Jul 2019 13:44:26 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: Get ATTENTION in those emails by using heading-underlined function</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-Get-ATTENTION-in-those-emails-by-using-heading-underlined-function.html</link>
<description>Sometimes you wish to really put attention in emails to certain facts or paragraphs of text. Using the heading-underlined function you quickly get upcased heading underlined that your reader cannot miss it!</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-Get-ATTENTION-in-those-emails-by-using-heading-underlined-function.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/index.html</link>
<description>Various Emacs Lisp functions and resources that show how business processes and communication may be supported with programming within the GNU Emacs editor and programming lanugage.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/index.html</guid>
<pubDate>Mon, 15 Jul 2019 14:14:30 GMT</pubDate>
</item>

<item>
<title>GNU Emacs and Emacs Lisp Resources</title>
<link>https://gnu.support/gnu-emacs/index.html</link>
<description>This category is about the GNU Emacs powerful piece of software and resources relating to handling business tasks and processes with GNU Emacs an Emacs Lisp.</description>
<guid>https://gnu.support/gnu-emacs/index.html</guid>
<pubDate>Sat, 29 Jun 2019 14:09:25 GMT</pubDate>
</item>

<item>
<title>date-time.lisp</title>
<link>https://gnu.support/software/rcd-business/load/date-time.lisp.html</link>
<description>date-time.lisp is small file with functions relating to date and time, timestamp and similar.</description>
<guid>https://gnu.support/software/rcd-business/load/date-time.lisp.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: how to read file into a string?</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/gnu-emacs-lisp-how-to-read-file-into-string.html</link>
<description>GNU Emacs is the extensible, customizable, self-documenting real-time display editor with full programming language Emacs Lisp. This function file-to-string will show you how to quickly read file.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/gnu-emacs-lisp-how-to-read-file-into-string.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Censorship of the answer to Sandra Loosemore defamation of the founder of GNU project on gnu-misc-discuss mailing list 30th October 2019</title>
<link>https://gnu.support/richard-stallman/Censorship-of-the-answer-to-Sandra-Loosemore-defamation-of-the-founder-of-GNU-project-on-gnu-misc-discuss-mailing-list-30th-October-2019.html</link>
<description>It is cancel culture. One is allowed to post defamation without facts of the founder on founder&apos;s established mailing list. Other is not allowed to show the facts. And then somebody speaks about the &quot;bad image&quot;, my goodness, I was really nice in my last email and they censored me. Now is going to remain forever on this page.</description>
<guid>https://gnu.support/richard-stallman/Censorship-of-the-answer-to-Sandra-Loosemore-defamation-of-the-founder-of-GNU-project-on-gnu-misc-discuss-mailing-list-30th-October-2019.html</guid>
<pubDate>Thu, 31 Oct 2019 10:53:05 GMT</pubDate>
</item>

<item>
<title>GNU CLISP is an ANSI Common Lisp Implementation</title>
<link>https://gnu.support/programming/gnu-clisp.html</link>
<description>GNU Common Lisp - CLISP is an ANSI Common Lisp Implementation and general-purpose programming language and an Artificial Intelligence language, interactive, a Lisp for professional use, a standard language: the syntax and semantics will not change tomorrow at someone&apos;s whim, easy to test (interactive), easy to maintain (depending on programming style), portable across hardware/OS platforms and implementations (there is a standard for the language and the library functions), needs only 4 MB of memory, implements most of the ANSI standard, as well as many extensions, can call your preferred editor, is freely distributable.</description>
<guid>https://gnu.support/programming/gnu-clisp.html</guid>
<pubDate>Fri, 14 Jun 2019 06:57:57 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: why is programming language Emacs Lisp so comfortable?</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-why-is-programming-language-Emacs-Lisp-so-comfortable.html</link>
<description>My thoughts about the programming language Emacs Lisp. Apparently and initially designed to extend the GNU Emacs Editor, Emacs Lisp has grown into fully fledged programming language. Things like CGI, database interfaces, contact management, customer relationship management, project management, and so many other features becamse possible within GNU Emacs. Here is the summary on what I think what makes GNU Emacs and Emacs Lisp so comfortable programming language.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-why-is-programming-language-Emacs-Lisp-so-comfortable.html</guid>
<pubDate>Tue, 20 Aug 2019 13:23:47 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: Record screen within GNU Emacs</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-Record-screen-within-GNU-Emacs.html</link>
<description>The program third party program `recordmydesktop` is used for this function to invoke screen recording within GNU Emacs. You may wish to make a demonstration in video and publish such online. Record it while using few keybindings or `M-x record-screen`. This page is giving you the concept of a workflow. I consider workflow more important then the function itself. You please modify it to suit your own needs. The `screen-record-command` is spitting out the actual screen recording command, customize it as you wish.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-Record-screen-within-GNU-Emacs.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: Send Status to your GNU Social instance via XMPP or Jabber protocol</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-Send-Status-to-your-GNU-Social-instance-via-XMPP-or-Jabber-protocol.html</link>
<description>This is simple customization that helps the user to send status to GNU Social instance by using XMPP protocol. It means you could get notices over messenger from GNU Social and you could send notices over any XMPP or Jabber messenger to GNU Social instance. You are getting connected wherever you are. XMPP is much easier to use then web browser. The username `update@gnusocial.club` is your GNU social instance virtual friend. That is something you set up in your GNU Social profile under IM menu. Requirement is that administrator has enabled the menu and XMPP plugin for the GNU Social instance. As of now 2019-08-07 I just guess there are not so many GNU Social instances with XMPP connection. And then you need to have your own XMPP username or Jabber ID. Such need not be on GNU Social instance, it can be anywhere you wish, on any server, if you already have it, you can use your own Jabber ID to send status updates to GNU Social instance and vice versa, you can also receive messages over GNU Social instance. Change it to suit you. It is just a simplification of the `jabber-send-message` function in the Emacs Lisp package `jabber.el`. Great one! Coordinate with your team members, assign tasks directly from GNU Emacs to their messengers. Possibilities are wide to help in communication and coordination in any team. Otherwise have fun with decentralized GNU Social networks!</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-Send-Status-to-your-GNU-Social-instance-via-XMPP-or-Jabber-protocol.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Dr. Richard M. Stallman, GNU Project Founder and Human Rights Activist</title>
<link>https://gnu.support/richard-stallman/index.html</link>
<description>Dr. Richard M. Stallman is GNU Project Founder and Human Rights Activist. </description>
<guid>https://gnu.support/richard-stallman/index.html</guid>
<pubDate>Thu, 17 Oct 2019 20:39:42 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: Optimize JPG images within Dired with help of ImageMagick</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-Optimize-JPG-images-within-Dired-with-help-of-ImageMagick.html</link>
<description>This Emacs Lisp function is optimizing marked JPG images within Dired and GNU Emacs editor. It is using ImageMagick and web recommendation on how images shall be optimized. The quality of images will be 70% of the original and setttings for optimization are made for Internet. Do not use this function on images which quality shall remain intact for printing or publishing purposes others but web.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-Optimize-JPG-images-within-Dired-with-help-of-ImageMagick.html</guid>
<pubDate>Sat, 05 Oct 2019 06:16:33 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: produce speech by using espeak shell command</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-produce-speech-by-using-espeak-shell-command.html</link>
<description>Espeak shell command is often faster then using Festival Speech. This function may be used to quickly produce some speach. Global variables such as `*espeak-amplitude*` and `*espeak-voice*` can help you set it up for your own language and volume.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-produce-speech-by-using-espeak-shell-command.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: duden-lookup opens up https://www.duden.de German dictionary to lookup definitions</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-duden-lookup-opens-up-https-www-duden-de-German-dictionary-to-lookup-definitions.html</link>
<description>This example demonstrates how easy it is to advise your GNU Emacs to query the word on any website. In this case it is https://www.duden.de/ German dictionary. To find a definition of a German word in German language, place your cursor on the word and run `M-x duden-lookup`. Adapt the function for your needs to open up any other website in similar fashion straight from Emacs.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-duden-lookup-opens-up-https-www-duden-de-German-dictionary-to-lookup-definitions.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: Common Lisp solution to accept Org files from standard input and emit markdown output</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-Common-Lisp-solution-to-accept-Org-files-from-standard-input-and-emit-markdown-output.html</link>
<description>This was my previous Common Lisp solution, using CLISP implementation, to accept the Org files on standard input and emit markdown export from Org files. This is still working well, but the new solution by using GNU Emacs directly is more elegant.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-Common-Lisp-solution-to-accept-Org-files-from-standard-input-and-emit-markdown-output.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: quickly remove menu items from GNU Emacs menus</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-quickly-remove-menu-items-from-GNU-Emacs-menus.html</link>
<description>This shows how one can quickly remove some items from GNU Emacs menus</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-quickly-remove-menu-items-from-GNU-Emacs-menus.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: avoiding repetition in writing Nginx web server configurations</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-avoiding-repetition-in-writing-Nginx-web-server-configurations.html</link>
<description>Imagine you are handling hundreds of domains, and each time you need to write pretty similar web server configuration for each new domain. GNU Emacs is extensible text editor and operating environment that helps you to speed up your editing. Nginx is a web server with pretty complex configuration syntax. Yet directives for each doman may be similar to each other. By adapting these functions to your own needs you may get some speed in preparation of Nginx configuration.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-avoiding-repetition-in-writing-Nginx-web-server-configurations.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: string-to-file-force function writes string to file forcefully</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-string-to-file-force-function-writes-string-to-file-forcefully.html</link>
<description>I often need to write strings to file, and without looking if the file exists or not, this handy function is doing exactly that.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-string-to-file-force-function-writes-string-to-file-forcefully.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: file-to-list function reads file line by line into a list</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-file-to-list-function-reads-file-line-by-line-into-a-list.html</link>
<description>This Emacs Lisp function reads file line by line and returns list of lines. This may be handy when lines of the file need to be processed.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-file-to-list-function-reads-file-line-by-line-into-a-list.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Kako brže izraditi SQL definiciju neke tabele uz pomoć Emacs Lispa</title>
<link>https://gnu.support/sh/kako-brze-izraditi-SQL-tabelu-koristeci-emacs-lisp.html</link>
<description>Ovde možete vidjeti kako brže izraditi definiciju PostgreSQL tabele koristeći Emacs Lisp. Na ovaj način se štedi vrijeme pisanja SQL definicije.</description>
<guid>https://gnu.support/sh/kako-brze-izraditi-SQL-tabelu-koristeci-emacs-lisp.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Emacs Lisp: take a screenshot withing GNU Emacs and `maim`</title>
<link>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-take-a-screenshot-withing-GNU-Emacs-and-maim.html</link>
<description>`maim` is small shell utility that takes screenshots, and with the option `-s` it allows cropping of a screenshot. This makes it handy to bind the `&lt;print&gt;` key to `screenshot` function. After taking screenshot, Emacs is to open the Dired buffer with list of screenshots. From there you may send them by email or do whatever you want. If you are giving it the universal argument `C-u` it will crop the rectangle on the screen.</description>
<guid>https://gnu.support/gnu-emacs/emacs-lisp/Emacs-Lisp-take-a-screenshot-withing-GNU-Emacs-and-maim.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>GNU.Support website about GNU Operating Systems</title>
<link>https://gnu.support/index.html</link>
<description>The GNU.Support is website that help promote variety of GNU Operating Systems as provided by https://www.gnu.org with to support and promote education and programming for practical purposes.</description>
<guid>https://gnu.support/index.html</guid>
<pubDate>Fri, 04 Dec 2020 22:31:18 GMT</pubDate>
</item>

<item>
<title>Articles on GNU Operating System and Free Software</title>
<link>https://gnu.support/articles/index.html</link>
<description>Articles on GNU Operating System and Free Software may help you understand the importance of using free software on your computers, and gaining control over your information, recording, your data and files. Your privacy shall be the most important to you, yet, today so many are trusting their information to third party companies and allowing the secret, proprietary software to run on their computers. Even without seeing those people face to face. </description>
<guid>https://gnu.support/articles/index.html</guid>
<pubDate>Wed, 12 Sep 2018 07:37:29 GMT</pubDate>
</item>

<item>
<title>Sitemap for GNU.Support website</title>
<link>https://gnu.support/sitemap.html</link>
<description>This is the sitemap for the GNU.Support website with all its public categories and pages. The sitemap has been generated by using Lisp programming language, implementation CLISP, and by using the CL-EMB package. That way each page becomes a Lisp program. At the moment of generation at local computer, the sitemap is generated and HTML is created.</description>
<guid>https://gnu.support/sitemap.html</guid>
<pubDate>Tue, 11 Sep 2018 07:24:18 GMT</pubDate>
</item>

<item>
<title>GNU.Support Software</title>
<link>https://gnu.support/software/index.html</link>
<description>GNU.Support website is publishing software that we are using in our business and management, generation of wealth, and software snippets that helps in everyday activities of maintenance of a GNU operating system.</description>
<guid>https://gnu.support/software/index.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>shelltools.lisp</title>
<link>https://gnu.support/software/rcd-business/load/shelltools.lisp.html</link>
<description>shelltools.lisp contains small Lisp functions that are used in RCD Business software.</description>
<guid>https://gnu.support/software/rcd-business/load/shelltools.lisp.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Why would anyone use a UNIX other than GNU/Linux?</title>
<link>https://gnu.support/articles/Why-would-anyone-use-a-UNIX-other-than-GNU-Linux.html</link>
<description>The major reason for the creation of GNU is the strive and intention to create free software. That means the software that respects user’s freedom to use it as they wish, for whatever purpose they wish, to copy the software as they wish, to study it, to modify it and to distribute the original software or modified software. It is about liberty, and not about the price of software.</description>
<guid>https://gnu.support/articles/Why-would-anyone-use-a-UNIX-other-than-GNU-Linux.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>How to copy HTML snippets from Internet browser to Markdown files</title>
<link>https://gnu.support/articles/static-websites/How-to-copy-HTML-snippets-from-Internet-browser-to-Markdown-files.html</link>
<description>This short article will explain you how to copy the HTML snippets directly from your Internet browser to Markdown files. In case of any troubles, contact GNU.Support and we will help you set this powerful system for static website publishers and Markdown users. I wish to share how I am copying the HTML snippets from web pages and converting them into markdown files on the hard disk directly.</description>
<guid>https://gnu.support/articles/static-websites/How-to-copy-HTML-snippets-from-Internet-browser-to-Markdown-files.html</guid>
<pubDate>Tue, 20 Aug 2019 10:35:39 GMT</pubDate>
</item>

<item>
<title>Global Markdown to Org Mode Conversion</title>
<link>https://gnu.support/articles/markdown2org-mode-conversion.html</link>
<description>The global Markdown to Org Mode conversion has already started. When I started using Markdown for generation of the HTML pages, I was among the pioneers who adopted it as first. There was no website revision system based on Markdown in those early times. The situation is changing today, the Org Mode, being more complex and superior to Markdown, is the future of website revision systems.</description>
<guid>https://gnu.support/articles/markdown2org-mode-conversion.html</guid>
<pubDate>Sat, 01 Apr 2017 13:14:28 GMT</pubDate>
</item>

<item>
<title>Contact GNU.Support Website</title>
<link>https://gnu.support/contact/index.html</link>
<description>Contact GNU.Support Website. There is a simple rule at GNU.Support: if we can help you, we do, whenever and wherever necessary, and it&apos;s the way we&apos;ve been doing business since 2002, and the only way we know.</description>
<guid>https://gnu.support/contact/index.html</guid>
<pubDate>Tue, 11 Sep 2018 07:24:18 GMT</pubDate>
</item>

<item>
<title>Frequently Asked Questions for GNU/Linux Operating Systems</title>
<link>https://gnu.support/faq/index.html</link>
<description>Frequently Asked Questions related to GNU/Linux Operating Systems and its varieties as answered by Mr. Jean Louis on various online discussion websites or directly through our GNU.Support website.</description>
<guid>https://gnu.support/faq/index.html</guid>
<pubDate>Tue, 11 Sep 2018 07:24:18 GMT</pubDate>
</item>

<item>
<title>GNU Philosophy</title>
<link>https://gnu.support/gnu-philosophy/index.html</link>
<description>GNU Philosophy</description>
<guid>https://gnu.support/gnu-philosophy/index.html</guid>
<pubDate>Tue, 20 Aug 2019 13:26:04 GMT</pubDate>
</item>

</channel>

</rss>