Available Characters
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 2187 articles for 0.016 sec
Re: Ascii character typeing     

Group: gnu.emacs.help · Group Profile · Search for Available Characters in gnu.emacs.help
Author: Peter Lee
Date: Jul 19, 2006 13:15

>>>> Brian Elmegaard writes: I have never found a way to find the character set. Is there a way to make emacs show all the available characters and their codes? There is: M-x list-charset-chars
Show full article (0.21Kb) · Show article thread
Re: Ascii character typeing     

Group: gnu.emacs.help · Group Profile · Search for Available Characters in gnu.emacs.help
Author: Pascal Bourguignon
Date: Jul 19, 2006 07:00

...C-q 2 2 5 RET For me that generates: ГЎ I have never found a way to find the character set. Is there a way to make emacs show all the available characters and their codes? C-q is quoted-insert. The base depends on read-quoted-char-radix. 225(eight) = 149(ten) = 95(sixteen) And it works ...
Show full article (3.65Kb) · Show article thread
Re: Ascii character typeing     

Group: gnu.emacs.help · Group Profile · Search for Available Characters in gnu.emacs.help
Author: Brian Elmegaard
Date: Jul 19, 2006 02:19

...-q 2 2 5 RET For me that generates: ГЎ I have never found a way to find the character set. Is there a way to make emacs show all the available characters and their codes? -- Brian (remove the sport for mail) http://www.et.web.mek.dtu.dk/Staff/be/be.html Rugbyklubben Speed Scandinavian Open 7s Rugby http...
Show full article (0.45Kb) · Show article thread
Re: Returning a dynamic character array based on input length     

Group: comp.lang.fortran · Group Profile · Search for Available Characters in comp.lang.fortran
Author: James Parsly
Date: Sep 11, 2008 07:52

... At the beginning you allocate one humongous array X, and put the array and an integer pointer to the "next available element" in common. When you need some more memory, you start loading stuff in the next available element, and update the pointer to the next place above where you filled. To deallocate, you just set ...
Show full article (1.99Kb) · Show article thread
Re: Returning a dynamic character array based on input length     

Group: comp.lang.fortran · Group Profile · Search for Available Characters in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Sep 10, 2008 22:48

... beginning you allocate one humongous array X, and put the array and an integer pointer to the "next available element" in common. Well, yes... I've seen and used schemes like that plenty of times in the ... In the early days of Fortran only one program ran at a time, and had all the memory available to it. If you know that amount, you make the array big enough to use it all. That...
Show full article (0.93Kb) · Show article thread
Re: Returning a dynamic character array based on input length     

Group: comp.lang.fortran · Group Profile · Search for Available Characters in comp.lang.fortran
Author: nospam
Date: Sep 10, 2008 18:58

..., some codes used nonstandard nonportable hacks of various kinds. ... At the beginning you allocate one humongous array X, and put the array and an integer pointer to the "next available element" in common. ... The reason I'm writing this: this simple scheme IS portable. I've used it on a dozen architectures with almost as many Fortran compilers and it has never caused ...
Show full article (2.36Kb) · Show article thread
Re: Returning a dynamic character array based on input length     

Group: comp.lang.fortran · Group Profile · Search for Available Characters in comp.lang.fortran
Author: Gary Scott
Date: Sep 10, 2008 18:56

... At the beginning you allocate one humongous array X, and put the array and an integer pointer to the "next available element" in common. When you need some more memory, you start loading stuff in the next available element, and update the pointer to the next place above where you filled. To deallocate, you just set ...
Show full article (1.99Kb) · Show article thread
Re: Returning a dynamic character array based on input length     

Group: comp.lang.fortran · Group Profile · Search for Available Characters in comp.lang.fortran
Author: George McBane
Date: Sep 10, 2008 18:20

.... At the beginning you allocate one humongous array X, and put the array and an integer pointer to the "next available element" in common. When you need some more memory, you start loading stuff in the next available element, and update the pointer to the next place above where you filled. To deallocate, you just set the ...
Show full article (1.48Kb) · Show article thread
Re: NEW_LINE function only returns one character     

Group: comp.lang.fortran · Group Profile · Search for Available Characters in comp.lang.fortran
Author: JayBee
Date: Aug 13, 2008 03:46

...that it is defined to only return a single character, which is decimal 10 in the ASCII set if... sequence in text files was a pair of characters, usually CR LF or LF CR. Perhaps none... the definition of NEW_LINE to return just *one* character seems a bit restrictive. Any comments from ... going by your description it's whatever NEW_LINE returns (ASCII 10 if available). -- JayBee
Show full article (1.20Kb) · Show article thread
highlight-80+ --- highlight characters beyond column 80     

Group: gnu.emacs.sources · Group Profile · Search for Available Characters in gnu.emacs.sources
Author: Nikolaj Schumacher
Date: Aug 11, 2008 04:40

... cross the 80 character line limit. It is also available at http://nschum.de/src/emacs...Nikolaj Schumacher ;;; highlight-80+.el --- highlight characters beyond column 80 ;; ;; Copyright (C) ... (defgroup highlight-80+ nil "Highlight characters beyond column 80." :group 'faces) ... "dark gray"))) "*Face for showing characters beyond column `highlight-80+-columns'." ...
Show full article (3.90Kb)
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next