• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@c This file is part of the GNU gettext manual.
2@c Copyright (C) 1995-2020 Free Software Foundation, Inc.
3@c See the file gettext.texi for copying conditions.
4
5@node clisp C
6@subsection GNU clisp C sources
7@cindex clisp C sources
8
9@table @asis
10@item RPMs
11clisp
12
13@item Ubuntu packages
14clisp
15
16@item File extension
17@code{d}
18
19@item String syntax
20@code{"abc"}
21
22@item gettext shorthand
23@code{ENGLISH ? "abc" : ""}
24@*@code{GETTEXT("abc")}
25@*@code{GETTEXTL("abc")}
26
27@item gettext/ngettext functions
28@code{clgettext}, @code{clgettextl}
29
30@item textdomain
31---
32
33@item bindtextdomain
34---
35
36@item setlocale
37automatic
38
39@item Prerequisite
40@code{#include "lispbibl.c"}
41
42@item Use or emulate GNU gettext
43use
44
45@item Extractor
46@code{clisp-xgettext}
47
48@item Formatting with positions
49@code{fprintf "%2$d %1$d"}
50
51@item Portability
52On platforms without gettext, no translation.
53
54@item po-mode marking
55---
56@end table
57