search for: acom

Displaying 2 results from an estimated 2 matches for "acom".

Did you mean: 3com
2003 Jul 01
0
Acom 200 B/D/E
Hey Has anybody dealt with any of these products? They Seem to be at a good price point. but I've never used one so I was hopeing that sombody here Might have some insight. Their configurations are as follows. ACOM200B: 2 Port FXS ACOM200D: 2 Port FXO ACOM200E: 1 FXO and 1 FXS This looks to me that this product would be a better solution then the linejack would be. and according to this you can use both lines at the same time? and it would make a good integration unit with *. The price of the Acom 200E is...
2010 Feb 14
4
Feature Request: Multiline Comments
Hello, Is it possible to extend the R lexer/parser to include multiline comments like /* acomment */ ? This way I can integrate emacs org-mode with my R code, so that I can have a table of contents, section folding, html-output of source etc. e.g /* * Display Code */ #+BEGIN_SRC R foo <- function(...){ stuff } #+end_src and so on . Thanks Saptarshi