The time now is Mon 23 Apr 2018, 15:36
All times are UTC - 4 |
Author |
Message |
nubc

Joined: 23 Jan 2007 Posts: 1907 Location: USA
|
Posted: Fri 07 Dec 2012, 04:43 Post subject:
Abiword 2.8.6 document won't save, and freezes Subject description: buggy as all get out |
|
I am thoroughly confused and disappointed with Abiword. I am trying to save a list of about 2000 names, simply separated by comma (+space). Abiword wants to divide this sizeable list into pages, which is unnecessary and distracting for this list. From one page to another, a two-part name may be divided, with first name on one page and last name on the next page. When I used Enter to move a first name to the next page, I mysteriously lost about 4 entire pages of text. Then the document froze, and became inoperable. I managed to reopen this document, and recovered it to some extent, was satisfied that all information was there, and then saved the document. When I reopened the document, it was one page in length, so I lost maybe 6 pages of text (names), representing a loss of about a half hour of painstaking work.
1. How do I get rid of the page format? I want a single page which is at least as long as the list itself.
2. What am I doing wrong? Do I need to edit backwards from end of document, or edit forward from front?
3. Can Abiword perform this task?
I plan to add names to this alphabetical list (and several other lists) on a frequent basis. If I can't add names by editing Abiword, then I need another app to document this list.
|
Back to top
|
|
 |
nubc

Joined: 23 Jan 2007 Posts: 1907 Location: USA
|
Posted: Fri 07 Dec 2012, 13:58 Post subject:
|
|
I still can't get rid of the page format, and would like to. As a workaround, I have divided the long alphabetical list of 2000 full names into 5 parts, which are each less than two pages long. Hopefully, Abiword will be able to sort an edit down to the end of a shorter list, instead of freezing/choking/truncating.
|
Back to top
|
|
 |
RSH

Joined: 05 Sep 2011 Posts: 2420 Location: Germany
|
Posted: Tue 11 Dec 2012, 07:50 Post subject:
|
|
Might this one help?
http://murga-linux.com/puppy/viewtopic.php?p=615480#615480
_________________ LazY Puppy
RSH's DNA
SARA B.
|
Back to top
|
|
 |
8-bit

Joined: 03 Apr 2007 Posts: 3425 Location: Oregon
|
Posted: Tue 11 Dec 2012, 23:18 Post subject:
|
|
This may sound strange, but have you considered just using Geany to create and save your 2000 name document?
And barring that , you could use word in the libreoffice SFS and use "Load SFS on the fly" when you wanted to use it.
Also, a problem with Abiword is not necessarily a Puppy problem.
I would give feedback to the developers of it to see if they can duplicate your problem and come up with a patch/remedy for Abiword.
|
Back to top
|
|
 |
Monsie

Joined: 01 Dec 2011 Posts: 633 Location: Kamloops BC Canada
|
Posted: Wed 12 Dec 2012, 05:26 Post subject:
Abiword 2.8.6 document won't save, and freezes |
|
nubc,
While I am not clear on exactly what you are trying to achieve, I would seriously consider using a spreadsheet for this task.
Monsie
_________________ My username is pronounced: "mun-see". Derived from my surname, it was my nickname throughout high school.
|
Back to top
|
|
 |
nubc

Joined: 23 Jan 2007 Posts: 1907 Location: USA
|
Posted: Wed 12 Dec 2012, 12:12 Post subject:
|
|
The list is an alphabetical index. In the interest of saving space, the names are just listed as text, separated by comma+space. The names are not columnated, and don't require pagination. Organizationally, I am not completely satisfied with alphabetizing by first name, but given the way I am listing the names, to put the last name first would introduce a very confusing comma. (Interestingly, when a name is given in Japanese, the last name is often given first.) Another pertinent fact (observation) is that first names are not evenly distributed throughout the latin alphabet, rather, the first half of the alphabet (A thru M) is much more heavily populated. This list is a backup to another project, and necessarily conforms to the limitations of this other project, which is not of my design. I think I will try Geany, as 8-bit suggests. What is important is that an addition (edit to add a name) to the list can be sorted down through the list without causing errors. And pagination is not needed at all.
Last edited by nubc on Wed 12 Dec 2012, 14:41; edited 1 time in total
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Wed 12 Dec 2012, 13:15 Post subject:
|
|
nubc wrote: | ...In the interest of saving space, the names are just listed as text, separated by comma+space. The names are not columnated, and don't require pagination... |
You save more space using jhust 1 name per line.
Check yourself:
Code: | x="";i=1;while [ $i -le 1000 ]; do x="$x bla${i}, ";i=$(($i + 1)); done; echo "$x" > index_commaspaced |
Code: | i=1;while [ $i -le 1000 ]; do echo bla${i} >> index_oneperline; i=$(($i + 1)) ;done |
Quote: | # ls -l index_*
-rw-r--r-- 1 root root 8894 Dez 12 18:02 index_commaspaced
-rw-r--r-- 1 root root 6893 Dez 12 17:59 index_oneperline
# |
adding:
echo "bla1001" >> index_oneperline
Code: | less index_oneperline | gives you pagination
last name and first name(s) should be separated by a separator | might be handy
A space cannot be a separator because (first and last) names may contain space
Hope that helps
|
Back to top
|
|
 |
nubc

Joined: 23 Jan 2007 Posts: 1907 Location: USA
|
Posted: Wed 12 Dec 2012, 14:06 Post subject:
|
|
Quote: | This list is a backup to another project, and necessarily conforms to the limitations of this other project, which is not of my design. |
The project I am backing up severely limits my ability to document work. One of those limitations is that names must be alphabetized by first name, and because of that quirk, I must remember full names by first name. Not an ideal circumstance for easy recall, I know. Diacritical marks and special punctuations are not allowed in this format. This project also limits my use of text space, and the list I have made is the optimal use of that space. I merely copy&paste the text from the project to Abiword. I don't want to waste time alphabetizing multiple lists by last name, the longest of which is some 2000 names, when I don't really have need for a formal (last name first) or columnated list. I remember by first name; really, no choice.
When I tried to copy&paste text to Geany, I got a single L-O-N-G horizontal line of text, so I guess I have to format it like a typewriter. If I tick a setting under Document > Line Wrapping, the text appears in desired form, BUT Geany does not remember this setting (Line Wrapping enabled) when I Save or Overwrite the file.
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Thu 13 Dec 2012, 11:02 Post subject:
geany Subject description: make line wrapping permanent |
|
nubc wrote: | ...If I tick a setting under Document > Line Wrapping, the text appears in desired form, BUT Geany does not remember this setting (Line Wrapping enabled) when I Save or Overwrite the file. |
enable first check box in geany > preferences > Editor > Features
Description |
line wrapping in geany |
Filesize |
30.51 KB |
Viewed |
1198 Time(s) |

|
|
Back to top
|
|
 |
nubc

Joined: 23 Jan 2007 Posts: 1907 Location: USA
|
Posted: Thu 13 Dec 2012, 13:16 Post subject:
|
|
Ya, that's better. I'll probably switch to Geany for my index lists, of which there are 40 so far. Cross-referencing is essential to my project.
Dave
http://www.youtube.com/watch?v=2aHGMDf42lw
Ravi
http://www.youtube.com/watch?v=lk60ObnbIOk
namaste
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Thu 13 Dec 2012, 13:59 Post subject:
|
|
Thanks for the fine music
|
Back to top
|
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|