public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/devmanual:master commit in: appendices/editor-configuration/emacs/
@ 2013-07-06 18:54 Ulrich Mueller
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Mueller @ 2013-07-06 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     d98f4c481e7e4afc1ae934ccc2bed18f30ef939e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  6 18:54:45 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jul  6 18:54:45 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=d98f4c48

Update reference to app-emacs/ebuild-mode after package move.

---
 appendices/editor-configuration/emacs/text.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/appendices/editor-configuration/emacs/text.xml b/appendices/editor-configuration/emacs/text.xml
index 233bffe..6f72cbe 100644
--- a/appendices/editor-configuration/emacs/text.xml
+++ b/appendices/editor-configuration/emacs/text.xml
@@ -78,9 +78,9 @@ activated by <e>(setq x-select-enable-clipboard t)</e>.
 
 <p>
 For easy editing of ebuilds an Emacs mode has been created, which is
-found in the package <e>app-emacs/gentoo-syntax</e>.
-It supports ebuilds, eclasses and eselect files, highlights keywords
-and also provides a hook for your own customisation. 
+found in the package <e>app-emacs/ebuild-mode</e>.
+It supports ebuilds and eclasses, highlights keywords and also
+provides a hook for your own customisation.
 </p>
 
 </body>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/devmanual:master commit in: appendices/editor-configuration/emacs/
@ 2013-08-07  7:44 Ulrich Mueller
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Mueller @ 2013-08-07  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     b671bf6d3f0cfd8c652c707fc8819f1b5a076903
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 18:19:18 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 07:43:40 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=b671bf6d

appendices/editor-configuration/emacs: Use <c> tags where appropriate.

Bug 477046.

---
 appendices/editor-configuration/emacs/text.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/appendices/editor-configuration/emacs/text.xml b/appendices/editor-configuration/emacs/text.xml
index 6f72cbe..bb9cbdc 100644
--- a/appendices/editor-configuration/emacs/text.xml
+++ b/appendices/editor-configuration/emacs/text.xml
@@ -53,20 +53,20 @@ For specifying coding system to use on a per-file basis, the
 <body>
 
 <p>
-Files must end with a newline, in order to let tools like <e>diff</e>
+Files must end with a newline, in order to let tools like <c>diff</c>
 operate properly. To avoid accidental deletions, setting
-<e>(setq require-final-newline 'ask)</e> in your startup file will
+<c>(setq require-final-newline 'ask)</c> in your startup file will
 automatically check for the existence of it and ask you to add one.
 </p>
 
 <p>
 Other useful settings can be disabled backup files
-(by <e>(setq make-backup-files nil)</e> and
-<e>(setq vc-cvs-stay-local nil)</e>), so you don't clutter CVS
+(by <c>(setq make-backup-files nil)</c> and
+<c>(setq vc-cvs-stay-local nil)</c>), so you don't clutter CVS
 directories and confuse repoman with it (by adding unnecessary entries
 into a Manifest file e.g.). Emacs can even contact the outside world
 by using the X servers clipboard abilities when yanking, which is
-activated by <e>(setq x-select-enable-clipboard t)</e>.
+activated by <c>(setq x-select-enable-clipboard t)</c>.
 </p>
 
 </body>
@@ -78,7 +78,7 @@ activated by <e>(setq x-select-enable-clipboard t)</e>.
 
 <p>
 For easy editing of ebuilds an Emacs mode has been created, which is
-found in the package <e>app-emacs/ebuild-mode</e>.
+found in the package <c>app-emacs/ebuild-mode</c>.
 It supports ebuilds and eclasses, highlights keywords and also
 provides a hook for your own customisation.
 </p>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/devmanual:master commit in: appendices/editor-configuration/emacs/
@ 2013-08-07  7:44 Ulrich Mueller
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Mueller @ 2013-08-07  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     cd7f573f9dc0e2a0d4972964cd74c530f99ec8c1
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 18:25:26 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 07:44:12 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=cd7f573f

appendices/editor-configuration/emacs: Delete outdated information.

Bug 477046.

---
 appendices/editor-configuration/emacs/text.xml | 36 ++++++++------------------
 1 file changed, 11 insertions(+), 25 deletions(-)

diff --git a/appendices/editor-configuration/emacs/text.xml b/appendices/editor-configuration/emacs/text.xml
index 9a0246c..55fade0 100644
--- a/appendices/editor-configuration/emacs/text.xml
+++ b/appendices/editor-configuration/emacs/text.xml
@@ -8,43 +8,29 @@
 <body>
 
 <p>
-Emacs 21 has built-in Unicode support, and (fortunately) it supports
-UTF-8 far better than UTF-16 and other variants. Some extensions to this
-functionality are available in the package <c>app-emacs/mule-ucs</c>, although
-this is not necessary (and I would not recommend it unless absolutely
-necessary, as the potential for unexpected bugs or quirky behaviour is
-increased). The best solution is using Emacs 22 or higher as encoding
-support has been greatly improved.
+GNU Emacs has built-in Unicode support, and since version 23 it uses
+UTF-8 as its internal encoding. It is recommended to start Emacs from
+within a UTF-8 locale which will control the default coding system.
 </p>
 
 <p>
-In versions of Emacs below 21.3, and a non-UTF-8 locale is used when
-opening a UTF-8 file, auto-detection of the character set is effectively
-disabled and characters will be garbled. The UTF-8 character set can be
-preferred with <c>M-x prefer-coding-system</c> and entering <c>utf-8</c> when
-prompted. Otherwise, it is necessary to tell Emacs that a UTF-8 file is
-being opened by prefixing the <c>C-x C-f</c> or <c>C-x C-v</c> command with
-<c>C-x C-m c utf-8 RET</c>. As a diagnostic measure, the coding system currently
-in use can be determined with <c>C-h C &lt;RET&gt;</c>.
+Emacs will normally autodetect the coding system for given text.
+In rare cases it may be necessary to tell Emacs that a UTF-8 file is
+being opened by prefixing the <c>C-x C-f</c> or <c>C-x C-v</c> command
+with <c>C-x C-m c utf-8 RET</c>. As a diagnostic measure, the coding
+system currently in use can be determined with <c>C-h C RET</c>.
 </p>
 
 <p>
-Newer Emacs versions will autodetect the coding system for given text.
-</p>
-
-<p>
-If it is desired to prefer UTF-8 to the regular character set,
-the following can be used inside of the Emacs startup file:
+If it is desired to prefer UTF-8 to the regular character set in a
+non-UTF-8 locale, the following can be used inside of the Emacs
+startup file:
 </p>
 
 <pre>
     (prefer-coding-system 'utf-8)
 </pre>
 
-<p>
-For specifying coding system to use on a per-file basis, the
-<c>modify-coding-system</c> function can be used.
-</p>
 </body>
 </section>
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/devmanual:master commit in: appendices/editor-configuration/emacs/
@ 2013-08-07  7:44 Ulrich Mueller
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Mueller @ 2013-08-07  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     74ebe236aa06d6746d2ed11acc4b554e349b2744
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 18:22:46 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 07:44:01 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=74ebe236

appendices/editor-configuration/emacs: Update weblinks.

Bug 477046.

---
 appendices/editor-configuration/emacs/text.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/appendices/editor-configuration/emacs/text.xml b/appendices/editor-configuration/emacs/text.xml
index bb9cbdc..9a0246c 100644
--- a/appendices/editor-configuration/emacs/text.xml
+++ b/appendices/editor-configuration/emacs/text.xml
@@ -92,20 +92,20 @@ provides a hook for your own customisation.
 
 <ul>
   <li>
-    <uri link="http://www.gnu.org/software/emacs/manual/emacs.html#Recognize%20Coding">
-    http://www.gnu.org/software/emacs/manual/emacs.html#Recognize%20Coding</uri>
+    <uri link="http://www.gnu.org/software/emacs/manual/html_node/emacs/Recognize-Coding.html">
+    http://www.gnu.org/software/emacs/manual/html_node/emacs/Recognize-Coding.html</uri>
   </li>
   <li>
-    <uri link="http://www.gnu.org/software/emacs/manual/emacs.html#Specify%20Coding">
-    http://www.gnu.org/software/emacs/manual/emacs.html#Specify%20Coding</uri>
+    <uri link="http://www.gnu.org/software/emacs/manual/html_node/emacs/Specify-Coding.html">
+    http://www.gnu.org/software/emacs/manual/html_node/emacs/Specify-Coding.html</uri>
   </li>
   <li>
-    <uri link="http://www.emacswiki.org/cgi-bin/wiki/UnicodeEncoding">
-    http://www.emacswiki.org/cgi-bin/wiki/UnicodeEncoding</uri>
+    <uri link="http://www.emacswiki.org/emacs/UnicodeEncoding">
+    http://www.emacswiki.org/emacs/UnicodeEncoding</uri>
   </li>
   <li>
-    <uri link="http://www.emacswiki.org/cgi-bin/wiki/ChangingEncodings">
-    http://www.emacswiki.org/cgi-bin/wiki/ChangingEncodings</uri>
+    <uri link="http://www.emacswiki.org/emacs/ChangingEncodings">
+    http://www.emacswiki.org/emacs/ChangingEncodings</uri>
   </li>
 </ul>
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/devmanual:master commit in: appendices/editor-configuration/emacs/
@ 2016-02-05 12:59 Ulrich Müller
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2016-02-05 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     75702d2ab872d486b864223bc79b75619b3f9b1e
Author:     Gokturk Yuksek <gokturk <AT> binghamton <DOT> edu>
AuthorDate: Thu Feb  4 00:57:35 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Feb  5 12:58:19 2016 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=75702d2a

appendices/editor-configuration/emacs: remove the CVS related setting #558642

Setting vc-cvs-stay-local to nil causes VC to query the remote repository.
Git is a distributed VCS. As such no equivalent command exists for git.
Remove the CVS related setting.

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558642
Signed-off-by: Gokturk Yuksek <gokturk <AT> binghamton.edu>

 appendices/editor-configuration/emacs/text.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/appendices/editor-configuration/emacs/text.xml b/appendices/editor-configuration/emacs/text.xml
index 55fade0..0a5e38d 100644
--- a/appendices/editor-configuration/emacs/text.xml
+++ b/appendices/editor-configuration/emacs/text.xml
@@ -47,8 +47,8 @@ automatically check for the existence of it and ask you to add one.
 
 <p>
 Other useful settings can be disabled backup files
-(by <c>(setq make-backup-files nil)</c> and
-<c>(setq vc-cvs-stay-local nil)</c>), so you don't clutter CVS
+(by <c>(setq make-backup-files nil)</c>, so you don't clutter the git
+repository
 directories and confuse repoman with it (by adding unnecessary entries
 into a Manifest file e.g.). Emacs can even contact the outside world
 by using the X servers clipboard abilities when yanking, which is


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/devmanual:master commit in: appendices/editor-configuration/emacs/
@ 2018-04-21  2:23 Göktürk Yüksek
  0 siblings, 0 replies; 9+ messages in thread
From: Göktürk Yüksek @ 2018-04-21  2:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d717001d2dd5b2b9d91f01edd70955e3768533e0
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sun Apr 15 17:07:36 2018 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sat Apr 21 01:59:04 2018 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=d717001d

use HTTPS for links to emacswiki.org

 appendices/editor-configuration/emacs/text.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/appendices/editor-configuration/emacs/text.xml b/appendices/editor-configuration/emacs/text.xml
index 796de3c..29bb11e 100644
--- a/appendices/editor-configuration/emacs/text.xml
+++ b/appendices/editor-configuration/emacs/text.xml
@@ -86,12 +86,12 @@ provides a hook for your own customisation.
     https://www.gnu.org/software/emacs/manual/html_node/emacs/Specify-Coding.html</uri>
   </li>
   <li>
-    <uri link="http://www.emacswiki.org/emacs/UnicodeEncoding">
-    http://www.emacswiki.org/emacs/UnicodeEncoding</uri>
+    <uri link="https://www.emacswiki.org/emacs/UnicodeEncoding">
+    https://www.emacswiki.org/emacs/UnicodeEncoding</uri>
   </li>
   <li>
-    <uri link="http://www.emacswiki.org/emacs/ChangingEncodings">
-    http://www.emacswiki.org/emacs/ChangingEncodings</uri>
+    <uri link="https://www.emacswiki.org/emacs/ChangingEncodings">
+    https://www.emacswiki.org/emacs/ChangingEncodings</uri>
   </li>
 </ul>
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/devmanual:master commit in: appendices/editor-configuration/emacs/
@ 2019-12-19  8:51 Ulrich Müller
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2019-12-19  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     9bd847060461f09be430a46a9cb46fc4582fd976
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 20:55:37 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 08:50:17 2019 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9bd84706

appendices/editor-configuration/emacs: Note about final newline in modes.

Many program modes set require-final-newline to t by themselves.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 appendices/editor-configuration/emacs/text.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/appendices/editor-configuration/emacs/text.xml b/appendices/editor-configuration/emacs/text.xml
index 29bb11e..93a1ea5 100644
--- a/appendices/editor-configuration/emacs/text.xml
+++ b/appendices/editor-configuration/emacs/text.xml
@@ -43,6 +43,8 @@ Files must end with a newline, in order to let tools like <c>diff</c>
 operate properly. To avoid accidental deletions, setting
 <c>(setq require-final-newline 'ask)</c> in your startup file will
 automatically check for the existence of it and ask you to add one.
+Note that many modes for programming languages will add the newline
+automatically before saving the file.
 </p>
 
 <p>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/devmanual:master commit in: appendices/editor-configuration/emacs/
@ 2019-12-19  8:51 Ulrich Müller
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2019-12-19  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     bbf3c0f4d6c3ba358d5e4edbdf954cacb0febdcc
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 21:07:53 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 08:50:18 2019 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=bbf3c0f4

appendices/editor-configuration/emacs: Balance parentheses.

Restore a closing parenthesis that was accidentally deleted in a
previous commit.

Fixes: 75702d2ab872d486b864223bc79b75619b3f9b1e
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 appendices/editor-configuration/emacs/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appendices/editor-configuration/emacs/text.xml b/appendices/editor-configuration/emacs/text.xml
index 6302263..f822388 100644
--- a/appendices/editor-configuration/emacs/text.xml
+++ b/appendices/editor-configuration/emacs/text.xml
@@ -49,7 +49,7 @@ automatically before saving the file.
 
 <p>
 Other useful settings can be disabled backup files
-(by <c>(setq make-backup-files nil)</c>, so you don't clutter the git
+(by <c>(setq make-backup-files nil)</c>), so you don't clutter the git
 repository
 directories and confuse repoman with it (by adding unnecessary entries
 into a Manifest file e.g.). Emacs can even contact the outside world


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/devmanual:master commit in: appendices/editor-configuration/emacs/
@ 2019-12-19  8:51 Ulrich Müller
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2019-12-19  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     3fd865345e7feaa7b9c73a67c79b26079e708869
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 20:58:02 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 08:50:17 2019 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=3fd86534

appendices/editor-configuration/emacs: Mention nxml-gentoo-schemas.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 appendices/editor-configuration/emacs/text.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/appendices/editor-configuration/emacs/text.xml b/appendices/editor-configuration/emacs/text.xml
index 93a1ea5..6302263 100644
--- a/appendices/editor-configuration/emacs/text.xml
+++ b/appendices/editor-configuration/emacs/text.xml
@@ -71,6 +71,13 @@ It supports ebuilds and eclasses, highlights keywords and also
 provides a hook for your own customisation.
 </p>
 
+<p>
+Package <c>app-emacs/nxml-gentoo-schemas</c> improves editing of
+Gentoo specific XML files (e.g., <c>metadata.xml</c>). It provides
+auto-completion and on-the-fly validation, using a RELAX NG schema
+for each document type.
+</p>
+
 </body>
 </section>
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-12-19  8:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-19  8:51 [gentoo-commits] proj/devmanual:master commit in: appendices/editor-configuration/emacs/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2019-12-19  8:51 Ulrich Müller
2019-12-19  8:51 Ulrich Müller
2018-04-21  2:23 Göktürk Yüksek
2016-02-05 12:59 Ulrich Müller
2013-08-07  7:44 Ulrich Mueller
2013-08-07  7:44 Ulrich Mueller
2013-08-07  7:44 Ulrich Mueller
2013-07-06 18:54 Ulrich Mueller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox