ways to save - Topic Profile
  Home FAQ Contact Sign in
 
Advanced search
POPULAR GROUPS

more...

Most active groups for topic
alt.philosophy 2300
microsoft.public.outlook.contacts 874
microsoft.public.outlook 834
uk.transport 712
alt.magick 504
microsoft.public.onenote 489
gnu.emacs.help 438
microsoft.public ... calendaring 418
comp.lang.fortran 407
comp.lang.forth 397
Last week most active authors
No posts for a week
Last active threads
Van Jones: We Can't Drill Our Way Out of Our Energy Problems
Started Zaroc Stone · Date: Sep 20, 2008 09:27 · 2 post(s)
Attach Calendar on Behalf of someone else
Started Robin · Date: Aug 7, 2008 11:31 · 6 post(s)
Re: Reincarnation v Heaven
Started THE BORG · Date: Sep 3, 2008 15:20 · 26 post(s)
print hash table to disk and reread in hash table
Started Xah · Date: Aug 27, 2008 18:01 · 9 post(s)
Hopes fade for lost baby whale (ABC News) can you help ???
Started elea · Date: Aug 20, 2008 05:55 · 1 post(s)
saving all buffers at a time
Started Rodrigo Canellas · Date: Aug 15, 2008 07:26 · 2 post(s)
This is just too funny!! The Honorable G.R. Parker, Esq. at his best!!
Started Vance · Date: Aug 7, 2008 20:48 · 3 post(s)
Welcome to rec.aquaria.*
Started Andy Pastuszak · Date: Jul 17, 2008 17:36 · 1 post(s)
Welcome to rec.aquaria.*
Started Andy Pastuszak · Date: Jul 17, 2008 17:36 · 1 post(s)
Explained
Started THE BORG · Date: Jul 6, 2008 21:34 · 5 post(s)
Last week hot threads
No posts for a week
Latest posts
Van Jones: We Can't Drill Our Way Out of Our Energy Problems
Group: mn.politics · Group Profile · Search for ways to save in mn.politics
Author: Zaroc Stone
Date: Sep 20, 2008 09:27

...your nominee. There's only one way out of stagflation, and that is...greenhouse gas emissions, there is no way to beat global warming without ...t afford it. The only way to save this new coming president ...... hold somebody accountable, in a way that doesn't mean beating ... could bomb and torture our way to a peaceful world, they ... could drill and burn our way to a good environmental and ... could borrow and spend their way to a healthy economy, they ...
Show full article (27.20Kb)
Re: Attach Calendar on Behalf of someone else
Group: microsoft.public.outlook.calendaring · Group Profile · Search for ways to save in microsoft.public.outlook.calendaring
Author: Diane Poremsky [MVP]
Date: Sep 19, 2008 12:52

...-90C1-42F190770062@microsoft.com... Hello All I have tried to save the calendar as a HTM file but in order to send it...send not only the htm file but all all the graphics as well. Is there any way of saving it as s single file web page or a word document or some other electronic... printing assistant (print to an electronic doc) or a word template (save as doc or html). See http://www.slipstick.com/addins/calendar_print...
Show full article (3.42Kb)
Re: Attach Calendar on Behalf of someone else
Group: microsoft.public.outlook.calendaring · Group Profile · Search for ways to save in microsoft.public.outlook.calendaring
Author: ColG
Date: Sep 19, 2008 09:02

Hello All I have tried to save the calendar as a HTM file but in order to send it I need to send not only the htm file but all all the graphics as well. Is there any way of saving it as s single file web page or a word document or some other electronic format directly ...> Calendar printing assistant (print to an electronic doc) or a word template (save as doc or html). See http://www.slipstick.com/addins/calendar_print.asp ...
Show full article (2.56Kb)
Re: Reincarnation v Heaven
Group: alt.philosophy · Group Profile · Search for ways to save in alt.philosophy
Author: bigfletch8
Date: Sep 4, 2008 16:03

On Sep 4, 11:46 am, "THE BORG" <b...@heaven.com> wrote: Or maybe they came all this way to save me?  he he he - they say that sometimes as well. But I think it is global. Whatever they are doing was very carefully planned - and they KNOW - whereas I do not.  I am in the human body - whereas they have the Collective Conscious and are omniscient - they know all ...
Show full article (1.15Kb)
Re: Reincarnation v Heaven
Group: alt.philosophy · Group Profile · Search for ways to save in alt.philosophy
Author: THE BORG
Date: Sep 3, 2008 18:46

Or maybe they came all this way to save me? he he he - they say that sometimes as well. But I think it is global. Whatever they are doing was very carefully planned - and they KNOW - whereas I do not. I am in the human body - whereas they have the Collective Conscious and are omniscient - they know all things. I am only permitted to know what they wish - and to write certain messages at certain times....
Show full article (0.91Kb)
Re: print hash table to disk and reread in hash table
Group: gnu.emacs.help · Group Profile · Search for ways to save in gnu.emacs.help
Author: Ted Zlatanov
Date: Aug 28, 2008 07:03

...com> wrote: but is there a function or lib to save hashtable to disk? i.e. sometimes called serializing? No. ...s what people do. I have code in gnus-registry.el (copied in part from the way Gnus saves its newsrc file) to do this. The combination of two easy things is not, unfortunately, ...it's the right approach either. BBDB has a similar problem; it saves vectors instead of lists. If there's no library for serialization, it...
Show full article (0.91Kb)
Re: print hash table to disk and reread in hash table
Group: gnu.emacs.help · Group Profile · Search for ways to save in gnu.emacs.help
Author: Niels Giesen
Date: Aug 28, 2008 01:36

Xah <xahlee@gmail.com> writes: if i have a hash table in elisp, is there a way to save it to disk and reread in when starting emacs? Thanks. Xah ∑ http://xahlee.org/ ☄ You might use this code (I use it in gimp-mode): (defmacro gimp-hash-to-list (hash-table) (let ((nl (gensym))) `(let (,nl) (maphash (lambda (k v) (...
Show full article (0.63Kb)
Re: print hash table to disk and reread in hash table
Group: gnu.emacs.help · Group Profile · Search for ways to save in gnu.emacs.help
Author: Thierry Volpiatto
Date: Aug 27, 2008 23:17

Xah <xahlee@gmail.com> writes: but is there a function or lib to save hashtable to disk? i.e. sometimes called serializing? AFAIK no, may be use some python dictionary and pickle it. ....volpia...@gmail.com> wrote: Xah <xah...@gmail.com> writes: if i have a hash table in elisp, is there a way to save it to disk and reread in when starting emacs? What you can do is creating a named hash-table at each time you ...
Show full article (1.39Kb)
Re: print hash table to disk and reread in hash table
Group: gnu.emacs.help · Group Profile · Search for ways to save in gnu.emacs.help
Author: Xah
Date: Aug 27, 2008 22:27

but is there a function or lib to save hashtable to disk? i.e. sometimes called serializing? Xah ∑ http://xahlee.org/ ☄ On Aug 27, 10:21 pm, Thierry Volpiatto <thierry.volpia...@gmail.com> wrote: Xah <xah...@gmail.com> writes: if i have a hash table in elisp, is there a way to save it to disk and reread in when starting emacs? What you can do is creating a named hash-table at each time you start emacs ...
Show full article (1.19Kb)
Re: print hash table to disk and reread in hash table
Group: gnu.emacs.help · Group Profile · Search for ways to save in gnu.emacs.help
Author: Thierry Volpiatto
Date: Aug 27, 2008 22:21

Xah <xahlee@gmail.com> writes: if i have a hash table in elisp, is there a way to save it to disk and reread in when starting emacs? What you can do is creating a named hash-table at each time you start emacs and load a file containing (puthash that...) (puthash this...) etc... Here an example of one of my files: ,---- | ;;; dvc-bookmarks-cache -*- mode: emacs-lisp; ...
Show full article (0.94Kb)