~ubuntu-branches/ubuntu/quantal/anjuta/quantal

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Jeremy Bicha, Sebastien Bacher, Michael Biebl
  • Date: 2012-03-30 00:20:09 UTC
  • mfrom: (1.1.45) (27.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20120330002009-pf04ws9la5ouas2u
Tags: 2:3.4.0-1
[ Jeremy Bicha ]
* New upstream release.
* debian/control.in:
  - Bump minimum glade to 3.11 and vala to 0.16

[ Sebastien Bacher ]
* debian/patches/workaround_python_config_bug.patch:
  - workaround python-config bug
* debian/patches/02_skip_directories_when_reading_schema_files.patch:
  - dropped, fixed upstream

[ Michael Biebl ]
* Move the glade catalog file from anjuta-common to libanjuta-dev alongside
  the .so it references. Update the Breaks/Replaces accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    </credit>
15
15
  </info>
16
16
 
17
 
  <title>Emacs modelines</title>
 
17
  <title>Emacs-Modelines</title>
18
18
 
19
19
  <p>Such modeline is a comment in the first line of the file, composed by
20
20
  a list of variable names followed by <code>:</code> and a value,
21
21
  separated by <code>;</code> and surrounded by <code>-*-</code>.</p>
22
22
 
23
 
  <p>A typical <app>Emacs</app> modeline looks like this:</p>
 
23
  <p>Eine typische <app>Emacs</app>-Modeline sieht in etwa so aus:</p>
24
24
  
25
25
  <code>
26
26
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
27
27
  </code>
28
28
 
29
 
  <p>Anjuta support only the following variables.</p>
 
29
  <p>Anjuta unterstützt nur die folgenden Variablen.</p>
30
30
 
31
31
  <terms>
32
32
    <item>