branch: externals/sly
commit 3f72671bea648a09f4375a1fd27b6de20210ec3f
Author: Pierre Neidhardt
Commit: GitHub
Close #378: new sly-connection-poll-interval user option
* sly.el (sly-connection-poll-interval): New defcustom.
(sly-attempt-connection): Use it instead of the hard-cod
branch: externals/sly
commit 4ced33c4afe3712d7cf5974fbf80caa2e4ef1cf5
Author: João Távora
Commit: João Távora
Close #264: Mention some more additional contribs in README.md
* README.md (Additional Contribs): Add sly-macrostep and sly-stepper.
---
README.md| 2 ++
doc/sly.texi |
branch: externals/sly
commit 6d6e8fb174fd612772056fee6e970b0acc8c9bb9
Author: João Távora
Commit: João Távora
Fix #370: Survive propertized strings read from minibuffer
Extensions like 'ws-butler' will sometimes produce these.
Reported by Pierre Neidhardt .
* sly.e
branch: externals/sly
commit 773595accb1260e2d5823294888f9ec9e488090c
Author: João Távora
Commit: João Távora
Play nice with latest version of fido-mode
Fido-mode disregards completion-category-defaults to promote 'flex
among completion styles. However, Emacs's 'flex' isn't wor
branch: externals/sly
commit 070b1dbc60d399abb9100f73f00a077ce63b07cf
Author: João Távora
Commit: João Távora
Close #303: Protect sly-eval against callers that set inhibit-quit to t
* sly.el (sly-eval): Set inhibit-quit to t.
---
sly.el | 13 +++--
1 file changed, 11 insert
branch: externals/sly
commit deafdc689e2e9ae2f2da79120c4aaad50aec4a59
Author: João Távora
Commit: João Távora
Close #273: Discuss completion UIs and mention Helm-SLY in README
* README.md (Completion UIs): new section.
---
README.md | 12
1 file changed, 12 insertions(
monnier pushed a change to branch externals/sly.
from d12c4cd Close #364: fix typos
new 5114fc2 Fix #346: Fix error when complex
comint-preoutput-filter-functions
new 070b1db Close #303: Protect sly-eval against callers that set
inhibit-quit to t
new 773595a
branch: externals/sly
commit 5114fc2f27e2528361bf793cbbf7c3cce04067ed
Author: João Távora
Commit: João Távora
Fix #346: Fix error when complex comint-preoutput-filter-functions
* contrib/sly-mrepl.el (sly-mrepl--insert-output): Use
run-hook-wrapped.
---
contrib/sly-mrepl.el | 8
monnier pushed a change to branch externals/tuareg.
at ccde45b Unbind backspace to fix electric-pair-mode
This branch includes the following new commits:
new cdf5700 Fresh import of tuareg-mode-1.45.6
new 8c865ed tuareg-mode-1.46.2
new 96dbd63 trying to f
branch: master
commit 84a26cd67d9054a3112c63a02e1379ec071fe4cb
Author: Stefan Monnier
Commit: Stefan Monnier
* externals-list: New package `tuareg`
---
externals-list | 1 +
1 file changed, 1 insertion(+)
diff --git a/externals-list b/externals-list
index cef2ba3..ba4edbf 100644
--- a/exte
branch: master
commit 08f367aa092e4beb94971b3c430347e4f329ee64
Author: Stefan Monnier
Commit: Stefan Monnier
* externals-list: Add package `caml`
---
externals-list | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/externals-list b/externals-list
index 4db08fb..
branch: externals/caml
commit 1d6cd46e3e862dbb3dc20c5c78da892cf0794546
Author: Christophe Troestler
Commit: Christophe Troestler
Add make target for opam release
---
.gitignore | 2 ++
Makefile | 33 +
2 files changed, 31 insertions(+), 4 deletions(-)
dif
branch: externals/caml
commit 466d703dca1308b641f504eedd1bd761c529
Author: Christophe Troestler
Commit: Christophe Troestler
Minor improvements to the README
---
README.md | 25 +
1 file changed, 17 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.m
branch: externals/caml
commit adafe8a8f3a76eb473449fe6b5f258727f28a2d1
Author: Christophe Troestler
Commit: Christophe Troestler
Add OPAM file
---
caml-mode.opam | 28
1 file changed, 28 insertions(+)
diff --git a/caml-mode.opam b/caml-mode.opam
new file mode 1
branch: externals/caml
commit 78ec6bebc09d604ecf167d0ceb8db1f91dc77ed7
Author: Christophe Troestler
Commit: Christophe Troestler
Transform the README to Markdown
---
README => README.md | 113 ++--
1 file changed, 48 insertions(+), 65 deletion
branch: externals/caml
commit 333d2f4a1c624ab0cf0547404cde5c9e2a472012
Merge: adafe8a 5569e23
Author: Christophe Troestler
Commit: Christophe Troestler
Improve syntax highlighting
The change to caml-font-other-comment-re is motivated by the following:
Otherwise in (* f' '
branch: externals/caml
commit 78b3169f826071ae216dacd219fb472342f42dda
Author: Sébastien Hinderer
Commit: Sébastien Hinderer
Move config/Makefile to Makefile.config
In order to prepare the transition to autoconf, this commit moves the
configuration Makefile out of the config dir
branch: externals/caml
commit 5569e231945158919d9c03f75e7d0f444692157d
Author: Pieter Goetschalckx <3.14.e@gmail.com>
Commit: Pieter Goetschalckx <3.14.e@gmail.com>
Handle identifiers in comments
---
caml-font.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/c
branch: externals/caml
commit 2bc0b922ffcf498876f8c6ea14d99553dae8b7fa
Author: Gabriel Scherer
Commit: Gabriel Scherer
factorize common makefile definitions in Makefile.common
---
Makefile | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index c003
branch: externals/caml
commit cd1142f1e6a9ad8d763688877ce76b2a7436d750
Author: Christophe Troestler
Commit: Christophe Troestler
Change camlc → ocamlc
---
caml.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/caml.el b/caml.el
index ea4630e..675307f 100644
--- a/ca
branch: externals/caml
commit c9e7f57dbfdfecdf4612b0cdb7e1a481b4d29b10
Author: Andrew Schwartzmeyer
Commit: Christophe Troestler
Fix most CheckDoc errors.
The remaining errors require further explanation than I could provide.
---
caml.el | 90 ++-
branch: externals/caml
commit 3fb0de60abea04da22aa9e8a26651f76cdb6909c
Author: Pieter Goetschalckx <3.14.e@gmail.com>
Commit: Pieter Goetschalckx <3.14.e@gmail.com>
Add octal character literals
---
caml-font.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/caml-f
branch: externals/caml
commit d7a872b7cd887e1a8e8bf7373983cd78a0d39697
Author: Xavier Leroy
Commit: Xavier Leroy
caml.el: update authors list
None of Xavier Leroy's early 1990's code is left in this file.
---
caml.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --g
branch: externals/caml
commit 4c8c8d3c8e0faa9361f87087dbd278b2fcb46abc
Author: Gabriel Scherer
Commit: Gabriel Scherer
makefiles: use 'install' instead of 'cp' in 'make install' targets
I can observe weird performance bottlenecks on my machine caused by
the use of 'cp' in the 'i
branch: externals/caml
commit 02f8809d38afa7e40cfe4e928c5fb9b9651c109e
Author: Wilfred Hughes
Commit: Wilfred Hughes
Emacs: use symbol boundaries in regular expressions
\< is a word boundary, whereas \_< is a symbol boundary. Word
boundaries meant that we got confused by variabl
branch: externals/caml
commit 928841612b0ae1c4bff1e3c1081243dc4d3c4ce5
Author: Sébastien Hinderer
Commit: Sébastien Hinderer
Introduce and use ROOTDIR in more makefiles
---
Makefile | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 15dc010..
branch: externals/caml
commit 4c414a055c0d8a5136e430aaeecba319713c6741
Author: Wilfred Hughes
Commit: Wilfred Hughes
Emacs: Improve colors on dark themes
Previously, some of the background colors were close to white, making
pale text difficult to read.
---
caml-types.el | 12 ++
branch: externals/caml
commit f49a296e24327b7f3d992c1072ff8a88f2e80e92
Author: nathan moreau
Commit: Gabriel Scherer
caml-types.el: Extract the feedback logic to a separate function.
This allows customization. The user just has to redefine the
caml-types-feedback.
---
caml-type
branch: externals/caml
commit 2964c4d3b3b3de98007898f353f9e352f10592a4
Author: mookid
Commit: Nathan Moreau
Add another format to parse compiler output.
This should take care of issue #5070.
---
caml.el | 13 -
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git
branch: externals/caml
commit f828046216cdb193f985f0f5dd91b9aa383c44dd
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
caml.el: use conventional permission statement
This helps tools that try to extract the used license. The text used
before was derived from the permission stat
branch: externals/caml
commit d3bc7240f297fddb4bbb46c1b8817876b0406db8
Author: Stefan Monnier
Commit: Gabriel Scherer
caml.el: Pass the `system` flag when defining abbrevs
Avoids problems such as tuareg#146:
https://github.com/ocaml/tuareg/issues/146
---
caml.el | 13
branch: externals/caml
commit 07d301adf265377df53906a00a3ca06d2c7446f2
Author: Max Mouratov
Commit: Max Mouratov
elisp: fixed grammar in docstrings and comments
---
caml-font-old.el | 2 +-
caml-help.el | 24
caml-types.el| 4 ++--
caml.el | 30 ++
branch: externals/caml
commit c0b705055e2be527e29dac77c347c6241fe196cb
Author: nathan moreau
Commit: Gabriel Scherer
caml-types.el: Cosmetic changes.
---
caml-types.el | 152 +++---
1 file changed, 61 insertions(+), 91 deletions(-)
diff -
branch: externals/caml
commit d8a2f7deaf83ab6d1e323733149397889f17c26e
Author: Chunhui He
Commit: Chunhui He
caml-types.el: Fix missing format argument
Now the emacs mode can not show the kind of call at point. Emacs shows the
following message:
let: Wrong number of a
branch: externals/caml
commit 2c3dbdbd0b53362f74fec49f8cb6558706cfc29c
Author: Damien Doligez
Commit: Damien Doligez
merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev
16205)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16214
f963ae5c-01c2-4b8c-9fe0-0df
branch: externals/caml
commit f9a4fd4f79d483d190edcabd08828b515d718ad1
Author: Gabriel Scherer
Commit: Gabriel Scherer
makefiles: turn the 'install' command into a variable
(Suggestion made by Sébastien Hinderer during review.)
---
Makefile | 9 +
1 file changed, 5 insertio
branch: externals/caml
commit 16dba2bf8273bd9a00d0f650a4f5cfe2fdc39da9
Merge: f6a12d8 b1139bc
Author: Jacques Garrigue
Commit: Jacques Garrigue
Merge short-paths into a fresh branch of trunk.
Also fix a bit unification and subtyping errors.
You now need the flag -short-path to activa
branch: externals/caml
commit f4c730814acd12d74ba5496f2c665c5c27dd11d3
Author: Stefan Monnier
Commit: Gabriel Scherer
caml.el: Reduce byte-compilation warnings
(running-xemacs): Remove. Use (featurep 'xemacs) instead.
(caml-mode-map, caml-at-sexp-close-p): Escape paren-like cha
branch: externals/caml
commit d9bc45019a373a34a30f158f9e56bf784eccc095
Author: Damien Doligez
Commit: Damien Doligez
merge branch 4.02 from release 4.02.0 to release 4.02.1
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15558
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-types.e
branch: externals/caml
commit ed94de1bd3d44c56bee3562662c863515f5a4c5c
Author: Damien Doligez
Commit: Damien Doligez
simplify .gitignore; remove .ignore files and tools/setignore; adjust
tools/check-typo
---
.ignore | 2 --
1 file changed, 2 deletions(-)
diff --git a/.ignore b/.ignore
del
branch: externals/caml
commit c0bf2068e6edaa0dba5c669a6b93ba05840712eb
Author: Christophe Troestler
Commit: Xavier Leroy
Follow Emacs Lisp conventions for caml.el (#1346)
* Reformat header of caml.el to follow Emacs Lisp package conventions
This is important to make sure th
branch: externals/caml
commit bfa612b7ed9de54f77d77017afd4540f1707f04e
Author: Christophe Troestler
Commit: Christophe Troestler
Mention easy ways of installing this package
Fixes https://github.com/ocaml/caml-mode/issues/1
---
README.md | 26 +++---
1 file chan
branch: externals/caml
commit a9134009bd037a39cbda21806867d0534d340bca
Author: Max Mouratov
Commit: Max Mouratov
elisp: cosmetic docstring tweaks
---
caml.el | 84 -
1 file changed, 42 insertions(+), 42 deletions(-)
diff --git
branch: externals/caml
commit 29aaf70df049a04d3e1521279b93476a4efebd98
Author: Christophe Troestler
Commit: Christophe Troestler
Move the changelog to CHANGES
---
CHANGES.md | 94
README.md | 96 --
branch: externals/caml
commit 633a39e302c05d1ed9638a41bfb5864872f64c3a
Author: Damien Doligez
Commit: Damien Doligez
Update headers for the new license.
Remains to be done: remove all headers in testsuite/tests.
---
Makefile | 24 +---
caml-compat.el |
branch: externals/caml
commit b2b66579d41a2b79e433e935c9f70a7f140e1231
Author: Damien Doligez
Commit: Damien Doligez
fix whitespace
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12083
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
inf-caml.el | 2 +-
1 file changed, 1 insertion(+), 1
branch: externals/caml
commit 64a3c0268e6d504460715d33be14906e618ef3a2
Author: Yuri Albuquerque
Commit: Yuri Albuquerque
Fixing some Emacs startup warnings.
---
caml.el | 36 ++--
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/caml.el b/caml.
branch: externals/caml
commit 5ac444767e057abc1be676f0e088023302211fc6
Author: Damien Doligez
Commit: Damien Doligez
correct syntax highlighting in emacs (continued)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11923
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-font.el | 7 ++
branch: externals/caml
commit b6eebe4943c8d561f4e7d5adf46602d029ef03e3
Author: Christophe Troestler
Commit: Christophe Troestler
Apply some recommendations of checkdoc
---
caml.el | 52
1 file changed, 36 insertions(+), 16 deletions(-)
d
branch: externals/caml
commit 73599dd6d64513a005dc18522ecfececa33371d9
Author: Damien Doligez
Commit: Damien Doligez
uniform .ignore system
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11133
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
.cvsignore => .ignore | 0
1 file changed, 0
branch: externals/caml
commit 0ca1e9776605204b8a18cf6814031e2e6f510735
Author: Damien Doligez
Commit: Damien Doligez
Merge branch 4.01 from branching point to 4.01.0+rc1
Command line used:
svn merge --accept postpone -r 13776:14055 $REPO/version/4.01 .
git-svn-id: htt
branch: externals/caml
commit f5ba23380f93adbd6707f00027d55ec73fc6d649
Author: Gabriel Scherer
Commit: Gabriel Scherer
PR#5954 fix 'defface' use in emacs/caml-help.el (patched by 'zakkak')
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13402
f963ae5c-01c2-4b8c-9fe0-0dff7051f
branch: externals/caml
commit 9d5dbfb3627a8d56ef377498ebe283c7e98a2b00
Author: Didier Rémy
Commit: Didier Rémy
- Replaced setq by add-to-list in README
- Fixed detection of site-lisp in Makefile (to fail when ambiguous).
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11
branch: externals/caml
commit f6a12d88edc8ae39e00455341a086f3bd7e5a446
Author: Jacques Garrigue
Commit: Jacques Garrigue
merge patch by Stefan Monnier from PR#5884
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13253
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-emacs.el | 7 +
branch: externals/caml
commit 56e93b666a288936730c4f6552c0fe409c4490ab
Author: Damien Doligez
Commit: Damien Doligez
fix a few problems with whitespace and over-long lines
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13393
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-types.el
branch: externals/caml
commit 70a55931cd6cb3ff3b5abd22756871646fa2f38e
Author: Didier Rémy
Commit: Didier Rémy
Undoing last commit by error.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10609
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-types.el | 63
branch: externals/caml
commit 49653b202b6da3bdeda7b671fdd695475d8a8c6a
Author: Damien Doligez
Commit: Damien Doligez
remove all $Id keywords
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13013
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
Makefile | 2 --
caml-compat.el |
branch: externals/caml
commit 02303eadd6ae9b92a19b4e220e096f29c8e4bce3
Author: Damien Doligez
Commit: Damien Doligez
PR#5727: emacs caml-mode indents shebang line in toplevel scripts
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12974
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
ca
branch: externals/caml
commit c525bf8dab2dc804e38b6ecd9061a058d0808134
Author: Damien Doligez
Commit: Damien Doligez
clean up spaces and tabs
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9547
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
.cvsignore | 1 -
Makefile |
branch: externals/caml
commit d75ad352d8272bc0bd7ff7dc4f16dc0f1bae1e28
Author: Damien Doligez
Commit: Damien Doligez
Change "Ocaml" to "OCaml" everywhere
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12152
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml.el | 2 +-
1 file changed,
branch: externals/caml
commit e913a93c9524e109d4e78031af79f3a0742af618
Author: Damien Doligez
Commit: Damien Doligez
compatibilite emacs 20 + fichiers read-only
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5802
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
Makefile | 4 +
branch: externals/caml
commit a7770e11b476eff119a0be36fce61eca90007dce
Author: Damien Doligez
Commit: Damien Doligez
clean up TABs and whitespace
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12799
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-types.el | 12 ++--
camlde
branch: externals/caml
commit b5bf207a675ae93def1ebed4eb47754d3aff1a58
Author: Damien Doligez
Commit: Damien Doligez
update caml-font.el to deal with the quoted string syntax
---
caml-font.el | 44
1 file changed, 36 insertions(+), 8 deletions(-)
branch: externals/caml
commit 175629649b77837fe28bf3bcd6bdd88c7b5405bb
Author: Damien Doligez
Commit: Damien Doligez
PR#5137: caml-types-explore does not work
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12696
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-types.el | 34 +++
branch: externals/caml
commit b2088cad0ff561da2b8d41028fee366fef5e2e86
Author: Damien Doligez
Commit: Damien Doligez
GPR#243: Faster test suite
(Xavier Leroy)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16466
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-help.el
branch: externals/caml
commit 76f4e2ba8340d785a165a84b12fc4bd12d4f059b
Author: Damien Doligez
Commit: Damien Doligez
amelioration des annotations
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8958
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-types.el | 103 +++
branch: externals/caml
commit 49b5c47dafff24231a99bebecc28005362e82fe5
Author: Damien Doligez
Commit: Damien Doligez
More renaming to OCaml
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12149
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
README| 10 +-
README.itz
branch: externals/caml
commit b499b25d3c75eacdd28b4f9fc989b2c2daa2b2c0
Author: Xavier Leroy
Commit: Xavier Leroy
MPR#7610: caml.el: avoid using deprecated last-command-char variable
Also: mention (in Changes) this and other recent caml.el tweaks.
---
caml.el | 4 ++--
1 file change
branch: externals/caml
commit f6cd0b97dc8f1fb334ad15f4cf8673d74558e0e8
Author: Damien Doligez
Commit: Damien Doligez
petit nettoyage
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5734
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-types.el | 55 +
branch: externals/caml
commit eb43a392caa514623dca8e39d226a6854a67dc77
Author: Didier Rémy
Commit: Didier Rémy
- compile-command in caml.le
- added hypertext links in caml-help (in addition to info link)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5660
f963ae5c-01c2-4
branch: externals/caml
commit 573271da94c42efd5c5aff41dcff14e89759
Author: Didier Rémy
Commit: Didier Rémy
Changes to caml-types.el:
- added mouse exploration
- revert annotation buffer when changed
- narrow annotation buffer
- added prefix arg to show annotation buff
branch: externals/caml
commit 6e0e050bb83aeb6ea9dbbbf296d04afd7c373cc0
Author: Damien Doligez
Commit: Damien Doligez
PR#5455: .emacs instructions, add lines to recognize ocaml scripts
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11979
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
R
branch: externals/caml
commit 099dbf535b47f9c098f94ebdc4a4bc6b827690eb
Author: Damien Doligez
Commit: Damien Doligez
-stypes -> -dtypes; meilleur mode emacs
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5494
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-types.el | 170
branch: externals/caml
commit 22ff4efcab35a936f72f53fccef792c3329b1dc1
Author: Damien Doligez
Commit: Damien Doligez
fix undeclared variable
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13427
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-types.el | 2 ++
1 file changed, 2 inse
branch: externals/caml
commit b1139bcc395f0647e8d34fc1443ad62521a787de
Author: Jacques Garrigue
Commit: Jacques Garrigue
merge version/4.00 at revision 12866
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/short-paths@12869
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
Makefile
branch: externals/caml
commit d045faec1c26e7ab29b4ae1ec0e4cf98fb4af729
Author: Damien Doligez
Commit: Damien Doligez
correct fontification for strings and comments
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11289
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-font.el | 341 ++
branch: externals/caml
commit eec33515b6d7752e0108b42d31d518a9eeaf2f76
Author: Damien Doligez
Commit: Damien Doligez
do byte-compile file caml-font.el
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12842
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
Makefile | 1 +
1 file changed, 1
branch: externals/caml
commit ac2a0b274d353b6ef8ef6ce0d6b385faa262daab
Author: Damien Doligez
Commit: Damien Doligez
ajout option -stypes; depend
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5478
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-types.el | 89
branch: externals/caml
commit 6b7bd5dd7a33637cf9452f2b4b4c95f6e2b4011b
Author: Damien Doligez
Commit: Damien Doligez
changement .types -> .annot + format
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5594
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-types.el | 40
branch: externals/caml
commit a0d389f3c6756115e14bd6c03c3f2a1687ad04de
Author: Jacques Garrigue
Commit: Jacques Garrigue
skip structs in let module ... in
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5068
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml.el | 5 +++--
1 file
branch: externals/caml
commit 442bd245f1d6000885e1d2cb424447df1e34e0d8
Author: Jacques Garrigue
Commit: Jacques Garrigue
prepare snapshot
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5069
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
README | 13 +++--
1 file changed,
branch: externals/caml
commit 43a83dce80efaf4d6229c127884d22ab6fab6f5f
Author: Damien Doligez
Commit: Damien Doligez
bug string-to-number
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8990
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml.el | 2 +-
1 file changed, 1 insertion
branch: externals/caml
commit d9f8b962aca9bc8b52f90076e63687f87a92bd86
Author: Damien Doligez
Commit: Damien Doligez
PR#5403: give better error message when emacs is not found in PATH
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12118
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
M
branch: externals/caml
commit 19912364fa7214406e54fb83999014b1ff3ef335
Author: Jacques Garrigue
Commit: Jacques Garrigue
improve indentation
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4165
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml.el | 58 +++
branch: externals/caml
commit b1eaaab7edbe63bea1f7e8dffc391b46eac7b699
Author: Damien Doligez
Commit: Damien Doligez
merge changes 3.10.0 -> 3.10.1
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8768
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
README
branch: externals/caml
commit 66c827414524335aa1e80ce214ec177e4d5b5588
Author: Jacques Garrigue
Commit: Jacques Garrigue
run caml directly
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4545
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
inf-caml.el | 1 +
1 file changed, 1 inser
branch: externals/caml
commit 51b6e0378a0597586273da1332b8c0d3682a0fab
Author: Damien Doligez
Commit: Damien Doligez
merge changes from release/3.11.1 to release/3.11.2
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9540
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-types.el | 8
branch: externals/caml
commit ac5d0075989559177bd77326eadcbd92d8dba1ae
Author: Didier Rémy
Commit: Didier Rémy
caml-indent-phrase
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4166
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml.el | 25 +
1 file chan
branch: externals/caml
commit 0e62e65692b6840b45655312103b4e9d87b234d2
Author: Didier Rémy
Commit: Didier Rémy
fixes bug 0005016--missing quote
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10317
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
inf-caml.el | 2 +-
1 file changed, 1 ins
branch: externals/caml
commit 1527d9f1227e2dffc5fecd13775fd0e222ffd20d
Author: Damien Doligez
Commit: Damien Doligez
petit problem de doc
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8413
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-types.el | 4 ++--
1 file changed, 2 i
branch: externals/caml
commit eb696b85e853534a95672638285d0de4f9e2177d
Author: Didier Rémy
Commit: Didier Rémy
commentaires
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5877
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-types.el | 20
1 file changed,
branch: externals/caml
commit 474e6eeb58afc10b28969022e9c621dfa83a7875
Author: Jacques Garrigue
Commit: Jacques Garrigue
only set type faces where needed
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6341
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-font.el | 3 ++-
1 fil
branch: externals/caml
commit 99e7ea3a63d5aa820959f1d9b497af8f8ff07cc8
Author: Damien Doligez
Commit: Damien Doligez
merge changes from 3.10.2merged to 3.11.0
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9153
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-font.el | 11
branch: externals/caml
commit bce861f61923e49744d2f79ac6866dcfe417f10e
Author: Wilfred Hughes
Commit: Wilfred Hughes
Emacs: Use built-in detection of comments
This fixes
https://caml.inria.fr/mantis/view.php?id=7844
where we crashed if we found text that looked like a defini
branch: externals/caml
commit 2c4bb065bd240fb616f112f5d2c6658e23eaed3e
Author: Didier Rémy
Commit: Didier Rémy
- Fixes in caml-help:
* a bug in ocaml-link-info
* keep buffer-modified-p unchanged by links activation.
git-svn-id: http://caml.inria.fr/svn/ocaml/tr
branch: externals/caml
commit 92e4789af443ee2440a92b7af1614beb34c58a2f
Author: Jacques Garrigue
Commit: Jacques Garrigue
indentation of comments
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6622
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml.el | 2 +-
1 file changed, 1 in
branch: externals/caml
commit da654aaa2d2fc5c63719b3e439acc21f0f0b13c6
Author: Wilfred Hughes
Commit: Wilfred Hughes
Emacs: Modernise font face definitions
make-face is a low-level primitive function that packages should not
be calling. Packages should use defface instead, which
branch: externals/caml
commit faa1c81727bc9145b66cf22f2ee33ae555ec38f0
Author: Damien Doligez
Commit: Damien Doligez
ajout choses a faire
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5486
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-types.el | 1 +
1 file changed, 1 inse
branch: externals/caml
commit d17e3c15d72fead28baf2f6a6713cbc63e0f0511
Author: Didier Rémy
Commit: Didier Rémy
caml-types: mouse track + little things
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5864
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
Makefile | 1 +
caml-e
branch: externals/caml
commit d7bde19e34559e9ed2f797d96d5f7e68a2719082
Author: Didier Rémy
Commit: Didier Rémy
Modified `caml-types-explore' so that all well-typed subexpressions of the
current phrase are colored during exploration. -Didier
git-svn-id: http://caml.inria.fr/
1 - 100 of 216 matches
Mail list logo