# HG changeset patch # User Patrick PIERRE # Date 1387993708 -3600 # Node ID f6b8ec2914ef2873e087ebb92161b55921a03c7c # Parent 7890bee652759564b4b7fb8df7bee10bbb772ddb Suppression des espaces inutiles diff -r 7890bee65275 -r f6b8ec2914ef YASnippet/nxml-mode/.yas-compiled-snippets.el --- a/YASnippet/nxml-mode/.yas-compiled-snippets.el mer. déc. 25 17:53:53 2013 +0100 +++ b/YASnippet/nxml-mode/.yas-compiled-snippets.el mer. déc. 25 18:48:28 2013 +0100 @@ -1,2 +1,2 @@ ;;; Compiled snippets and support files for `nxml-mode' -;;; Do not edit! File generated at Wed Dec 25 17:52:21 2013 +;;; Do not edit! File generated at Wed Dec 25 18:48:06 2013 diff -r 7890bee65275 -r f6b8ec2914ef YASnippet/publidoc-inline-mode/.yas-compiled-snippets.el --- a/YASnippet/publidoc-inline-mode/.yas-compiled-snippets.el mer. déc. 25 17:53:53 2013 +0100 +++ b/YASnippet/publidoc-inline-mode/.yas-compiled-snippets.el mer. déc. 25 18:48:28 2013 +0100 @@ -2,15 +2,15 @@ ;;; Snippet definitions: ;;; (yas-define-snippets 'publidoc-inline-mode - '(("<emp=" "<emphasis>$0</emphasis>\n" "<emphasis>" nil nil nil nil nil nil) - ("<hig=" "<highlight>$0</highlight>\n" "<highlight>" nil nil nil nil nil nil) - ("<lin=" "<link idref=\"$1\">$0</link>\n" "<link idref=\"…\">" nil nil nil nil nil nil) - ("<lin=" "<link uri=\"http://$1\">$0</link>\n" "<link uri=\"…\">" nil nil nil nil nil nil) - ("<men=" "<mentioned>$0</mentioned>\n" "<mentioned>" nil nil nil nil nil nil) - ("<nam=" "<name of=\"${1:$$(yas-choose-value '(\"person\" \"company\" \"book\" \"newspaper\" \"party\" \"movie\" \"painting\"))}\">$0</name>\n" "<name of=\"…\">" nil nil nil nil nil nil) - ("<not=" "<note>$0</note>\n" "<note>" nil nil nil nil nil nil) - ("<not=" "<note><p>$1</p><p>$0</p></note>\n" "<note><p>" nil nil nil nil nil nil) - ("<quo=" "<quote>$0</quote>\n" "<quote>" nil nil nil nil nil nil))) + '(("<emp=" "<emphasis>$0</emphasis>" "<emphasis>" nil nil nil nil nil nil) + ("<hig=" "<highlight>$0</highlight>" "<highlight>" nil nil nil nil nil nil) + ("<lin=" "<link idref=\"$1\">$0</link>" "<link idref=\"…\">" nil nil nil nil nil nil) + ("<lin=" "<link uri=\"http://$1\">$0</link>" "<link uri=\"…\">" nil nil nil nil nil nil) + ("<men=" "<mentioned>$0</mentioned>" "<mentioned>" nil nil nil nil nil nil) + ("<nam=" "<name of=\"${1:$$(yas-choose-value '(\"person\" \"company\" \"book\" \"newspaper\" \"party\" \"movie\" \"painting\"))}\">$0</name>" "<name of=\"…\">" nil nil nil nil nil nil) + ("<not=" "<note>$0</note>" "<note>" nil nil nil nil nil nil) + ("<not=" "<note><p>$1</p><p>$0</p></note>" "<note><p>" nil nil nil nil nil nil) + ("<quo=" "<quote>$0</quote>" "<quote>" nil nil nil nil nil nil))) -;;; Do not edit! File generated at Wed Dec 25 17:52:21 2013 +;;; Do not edit! File generated at Wed Dec 25 18:48:07 2013 diff -r 7890bee65275 -r f6b8ec2914ef YASnippet/publidoc-inline-mode/publidoc_emphasis --- a/YASnippet/publidoc-inline-mode/publidoc_emphasis mer. déc. 25 17:53:53 2013 +0100 +++ b/YASnippet/publidoc-inline-mode/publidoc_emphasis mer. déc. 25 18:48:28 2013 +0100 @@ -1,4 +1,4 @@ # name: <emphasis> # key: <emp= # -- -<emphasis>$0</emphasis> +<emphasis>$0</emphasis> \ No newline at end of file diff -r 7890bee65275 -r f6b8ec2914ef YASnippet/publidoc-inline-mode/publidoc_highlight --- a/YASnippet/publidoc-inline-mode/publidoc_highlight mer. déc. 25 17:53:53 2013 +0100 +++ b/YASnippet/publidoc-inline-mode/publidoc_highlight mer. déc. 25 18:48:28 2013 +0100 @@ -1,4 +1,4 @@ # name: <highlight> # key: <hig= # -- -<highlight>$0</highlight> +<highlight>$0</highlight> \ No newline at end of file diff -r 7890bee65275 -r f6b8ec2914ef YASnippet/publidoc-inline-mode/publidoc_link_idref --- a/YASnippet/publidoc-inline-mode/publidoc_link_idref mer. déc. 25 17:53:53 2013 +0100 +++ b/YASnippet/publidoc-inline-mode/publidoc_link_idref mer. déc. 25 18:48:28 2013 +0100 @@ -1,4 +1,4 @@ # name: <link idref="…"> # key: <lin= # -- -<link idref="$1">$0</link> +<link idref="$1">$0</link> \ No newline at end of file diff -r 7890bee65275 -r f6b8ec2914ef YASnippet/publidoc-inline-mode/publidoc_link_uri --- a/YASnippet/publidoc-inline-mode/publidoc_link_uri mer. déc. 25 17:53:53 2013 +0100 +++ b/YASnippet/publidoc-inline-mode/publidoc_link_uri mer. déc. 25 18:48:28 2013 +0100 @@ -1,4 +1,4 @@ # name: <link uri="…"> # key: <lin= # -- -<link uri="http://$1">$0</link> +<link uri="http://$1">$0</link> \ No newline at end of file diff -r 7890bee65275 -r f6b8ec2914ef YASnippet/publidoc-inline-mode/publidoc_mentioned --- a/YASnippet/publidoc-inline-mode/publidoc_mentioned mer. déc. 25 17:53:53 2013 +0100 +++ b/YASnippet/publidoc-inline-mode/publidoc_mentioned mer. déc. 25 18:48:28 2013 +0100 @@ -1,4 +1,4 @@ # name: <mentioned> # key: <men= # -- -<mentioned>$0</mentioned> +<mentioned>$0</mentioned> \ No newline at end of file diff -r 7890bee65275 -r f6b8ec2914ef YASnippet/publidoc-inline-mode/publidoc_name --- a/YASnippet/publidoc-inline-mode/publidoc_name mer. déc. 25 17:53:53 2013 +0100 +++ b/YASnippet/publidoc-inline-mode/publidoc_name mer. déc. 25 18:48:28 2013 +0100 @@ -1,4 +1,4 @@ # name: <name of="…"> # key: <nam= # -- -<name of="${1:$$(yas-choose-value '("person" "company" "book" "newspaper" "party" "movie" "painting"))}">$0</name> +<name of="${1:$$(yas-choose-value '("person" "company" "book" "newspaper" "party" "movie" "painting"))}">$0</name> \ No newline at end of file diff -r 7890bee65275 -r f6b8ec2914ef YASnippet/publidoc-inline-mode/publidoc_note --- a/YASnippet/publidoc-inline-mode/publidoc_note mer. déc. 25 17:53:53 2013 +0100 +++ b/YASnippet/publidoc-inline-mode/publidoc_note mer. déc. 25 18:48:28 2013 +0100 @@ -1,4 +1,4 @@ # name: <note> # key: <not= # -- -<note>$0</note> +<note>$0</note> \ No newline at end of file diff -r 7890bee65275 -r f6b8ec2914ef YASnippet/publidoc-inline-mode/publidoc_note_p --- a/YASnippet/publidoc-inline-mode/publidoc_note_p mer. déc. 25 17:53:53 2013 +0100 +++ b/YASnippet/publidoc-inline-mode/publidoc_note_p mer. déc. 25 18:48:28 2013 +0100 @@ -1,4 +1,4 @@ # name: <note><p> # key: <not= # -- -<note><p>$1</p><p>$0</p></note> +<note><p>$1</p><p>$0</p></note> \ No newline at end of file diff -r 7890bee65275 -r f6b8ec2914ef YASnippet/publidoc-inline-mode/publidoc_quote --- a/YASnippet/publidoc-inline-mode/publidoc_quote mer. déc. 25 17:53:53 2013 +0100 +++ b/YASnippet/publidoc-inline-mode/publidoc_quote mer. déc. 25 18:48:28 2013 +0100 @@ -1,4 +1,4 @@ # name: <quote> # key: <quo= # -- -<quote>$0</quote> +<quote>$0</quote> \ No newline at end of file diff -r 7890bee65275 -r f6b8ec2914ef YASnippet/publidoc-mode/.yas-compiled-snippets.el --- a/YASnippet/publidoc-mode/.yas-compiled-snippets.el mer. déc. 25 17:53:53 2013 +0100 +++ b/YASnippet/publidoc-mode/.yas-compiled-snippets.el mer. déc. 25 18:48:28 2013 +0100 @@ -10,10 +10,10 @@ ("<med=" "<media>\n <head>\n <title>$1</title>\n </head>\n <image id=\"$2\"/>\n <caption>\n $0\n </caption>\n</media>" "<media><image id=\"…\">" nil nil nil nil nil nil) ("<med=" "<media>\n <head>\n <title>$1</title>\n </head>\n <video id=\"$2\"/>\n <caption>\n $0\n </caption>\n</media>" "<media><video id=\"…\">" nil nil nil nil nil nil) ("<sec=" "<section>\n <p>\n $0\n </p>\n</section>" "<section><p>" nil nil nil nil nil nil) - ("<sec=" "<section>\n <head>\n <title>$1</title>\n </head>\n <p>\n $0\n </p>\n</section>\n" "<section><head><title>…<p>" nil nil nil nil nil nil) - ("<tab=" "<table>\n <head>\n <title>$1</title>\n </head>\n <thead>\n <tr>\n <td>$2</td>\n <td>$3</td>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>$4</td>\n <td>$5</td>\n </tr>\n </tbody>\n</table>\n" "<table>" nil nil nil nil nil nil) + ("<sec=" "<section>\n <head>\n <title>$1</title>\n </head>\n <p>\n $0\n </p>\n</section>" "<section><head><title>…<p>" nil nil nil nil nil nil) + ("<tab=" "<table>\n <head>\n <title>$1</title>\n </head>\n <thead>\n <tr>\n <td>$2</td>\n <td>$3</td>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>$4</td>\n <td>$5</td>\n </tr>\n </tbody>\n</table>" "<table>" nil nil nil nil nil nil) ("<tit=" "<head>\n <title>$0</title>\n</head> " "<head><title>" nil nil nil nil nil nil) ("<top=" "<!-- ================================================================== -->\n<topic>\n <head>\n <title>$1</title>\n </head>\n\n <section>\n <p>\n $0\n </p>\n </section>\n</topic>\n" "<topic>" nil nil nil nil nil nil))) -;;; Do not edit! File generated at Wed Dec 25 17:52:21 2013 +;;; Do not edit! File generated at Wed Dec 25 18:48:07 2013 diff -r 7890bee65275 -r f6b8ec2914ef YASnippet/publidoc-mode/publidoc_section_title --- a/YASnippet/publidoc-mode/publidoc_section_title mer. déc. 25 17:53:53 2013 +0100 +++ b/YASnippet/publidoc-mode/publidoc_section_title mer. déc. 25 18:48:28 2013 +0100 @@ -8,4 +8,4 @@ <p> $0 </p> -</section> +</section> \ No newline at end of file diff -r 7890bee65275 -r f6b8ec2914ef YASnippet/publidoc-mode/publidoc_table --- a/YASnippet/publidoc-mode/publidoc_table mer. déc. 25 17:53:53 2013 +0100 +++ b/YASnippet/publidoc-mode/publidoc_table mer. déc. 25 18:48:28 2013 +0100 @@ -17,4 +17,4 @@ <td>$5</td> </tr> </tbody> -</table> +</table> \ No newline at end of file diff -r 7890bee65275 -r f6b8ec2914ef YASnippet/publiset-mode/.yas-compiled-snippets.el --- a/YASnippet/publiset-mode/.yas-compiled-snippets.el mer. déc. 25 17:53:53 2013 +0100 +++ b/YASnippet/publiset-mode/.yas-compiled-snippets.el mer. déc. 25 18:48:28 2013 +0100 @@ -6,4 +6,4 @@ ("<sel=" "<?xml version='1.0' encoding='utf-8'?>\n<publiset version=\"1.0\">\n <selection id=\"$1\" xml:lang=\"${2:fr}\">\n <head>\n <title>$3</title>\n </head>\n\n <file>$4</file>\n <file>$5</file>\n </selection>\n</publiset> " "<publiset><selection>…" nil nil nil nil nil nil))) -;;; Do not edit! File generated at Wed Dec 25 17:52:21 2013 +;;; Do not edit! File generated at Wed Dec 25 18:48:07 2013