~ubuntu-branches/ubuntu/utopic/anjuta/utopic

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/es/language-support-cpp-modelines-emacs.page

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.1.56) (27.1.27 sid)
  • Revision ID: package-import@ubuntu.com-20140712151739-eyw0ufhvwa5s11jc
Tags: 2:3.12.0-1
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="language-support-cpp-modelines-emacs">
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="language-support-cpp-modelines-emacs" xml:lang="es">
3
3
 
4
4
  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
5
5
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
10
10
      <name>Sébastien Granjoux</name>
11
11
      <email>seb.sfo@free.fr</email>
12
12
    </credit>
 
13
  
 
14
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
15
      <mal:name>Daniel Mustieles</mal:name>
 
16
      <mal:email>daniel.mustieles@gmail.com</mal:email>
 
17
      <mal:years>2011 - 2014</mal:years>
 
18
    </mal:credit>
 
19
  
 
20
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
21
      <mal:name>Francisco Javier F. Serrador</mal:name>
 
22
      <mal:email>fserrador@gmail.com</mal:email>
 
23
      <mal:years>2012</mal:years>
 
24
    </mal:credit>
 
25
  
 
26
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
27
      <mal:name>Jorge González</mal:name>
 
28
      <mal:email>jorgegonz@svn.gnome.org</mal:email>
 
29
      <mal:years>2007-2011</mal:years>
 
30
    </mal:credit>
13
31
  </info>
14
32
 
15
33
  <title>Líneas de modo Emacs</title>
16
34
 
17
 
  <p>Such modeline is a comment in the first line of the file or the second
18
 
  one if the first contains a shebang (#!). It is composed by
19
 
  a list of variable names followed by <code>:</code> and a value,
20
 
  separated by <code>;</code> and surrounded by <code>-*-</code>.</p>
 
35
  <p>Esta línea de modo es un comentario en la primera línea del archivo, compuesta por una lista de nombres de variables seguida de<code>:</code> y un valor, separado por <code>;</code> y rodeado por <code>-*-</code>.</p>
21
36
 
22
 
  <p>A typical <app>Emacs</app> modeline looks like this:</p>
 
37
  <p>Una línea de modo de <app>Emacs</app> típica se parece a esto:</p>
23
38
  
24
39
  <code>
25
40
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
30
45
  <terms>
31
46
    <item>
32
47
      <title><code>indent-tabs-mode</code></title>
33
 
      <p>Set to <code>t</code> to use tabulation for indentation or
34
 
      <code>nil</code> to use spaces.</p>
 
48
      <p>Establecer a <code>t</code> para usar tabuladores para el sangrado o <code>nil</code> para usar espacios.</p>
35
49
    </item>
36
50
    <item>
37
51
      <title><code>tab-width</code></title>