| Anonymous | Login | Signup for a new account | 2013-05-26 10:12 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
| 0004469 | OCaml | OCaml general | public | 2007-12-21 21:29 | 2012-09-15 11:38 | ||||||
| Reporter | dbuenzli | ||||||||||
| Assigned To | doligez | ||||||||||
| Priority | normal | Severity | tweak | Reproducibility | always | ||||||
| Status | assigned | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Product Version | 3.10.0 | ||||||||||
| Target Version | 4.00.2+dev | Fixed in Version | |||||||||
| Summary | 0004469: emacs mode : caml-set-compile-command is annoying | ||||||||||
| Description | The caml-set-compile-command is _very_ annoying when you use ocamlbuild since as it does not find a makefile, each time you open a new file it overwrites the compilation command you issued before. A solution is attached. Best, Daniel > diff emacs/caml.el emacs/caml.el.old 571c571 < ;(add-hook 'caml-mode-hook 'caml-set-compile-command) --- > (add-hook 'caml-mode-hook 'caml-set-compile-command) | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Notes |
|
|
(0004689) dbuenzli (reporter) 2008-10-27 16:27 |
Thanks for the changes in ocaml 3.11 beta but the feature is still annoying as it now looks for a _build directory or _tags file only in the current's source file directory. Thus the problem remains with the following kind of project structure, were both src/ and test/ have source files and compilations are intiated from the project's root directory. project/build.sh project/_tags project/src project/tests For me either drop the feature (I personnaly never use it) or look for makefiles, _build, _tags up to the root of the source file path. Best, Daniel |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2007-12-21 21:29 | dbuenzli | New Issue | |
| 2008-01-10 12:47 | doligez | Assigned To | => doligez |
| 2008-01-10 12:47 | doligez | Status | new => acknowledged |
| 2008-10-27 16:27 | dbuenzli | Note Added: 0004689 | |
| 2012-09-06 16:43 | doligez | Target Version | => 4.00.1+dev |
| 2012-09-15 11:38 | doligez | Status | acknowledged => assigned |
| 2012-09-15 11:38 | doligez | Target Version | 4.00.1+dev => 4.00.2+dev |
| Copyright © 2000 - 2011 MantisBT Group |